#058B56

Color #058B56 Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #058B56

Tints of Shamrock Green #058B56

Color information

#058B56 (or 0x058B56) is unknown color: approx Shamrock Green. HEX triplet: 05, 8B and 56. RGB value is (5,139,86). Sum of RGB (Red+Green+Blue) = 5+139+86=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #058B56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058B56 is #FA74A9. Grayscale: #5C5C5C. Windows color (decimal): -16413866 or 5671685. OLE color: 5671685.

HSL color Cylindrical-coordinate representation of color #058B56: hue angle of 156.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B56 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB513986-
CMYK0.9600.380.45
HSL156.27º93.06%28.24%-
HSV(B)156.27º96.4%54.51%-
XYZ10.9719.1711.93-
YUV92.89124.1165.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.17%
GREEN value IS 139 (54.69% from 255) = 60.43%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=2.17%
G=60.43%
B=37.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5139860.9600.380.45156.2793.0628.24
Hex58B56600262D9c5d1c
Octal52131261400465523413534
Binary1011000101110101101100000010011010110110011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058B56; }

 p { color: rgb(5,139,86); }

 H1.HeaderClassName
 {
   color: #058B56;
 }
 .AnyTagClassName
 {
   color: #058B56;
 }
</style>
background-color css

<style>
 a { background-color: #058B56; }

 a { background-color: rgb(5,139,86); }

 div.DivClassName
 {
   background-color: #058B56;
 }
 .BgClassName
 {
   background-color: #058B56;
 }
</style>
border-color css

<style>
 span { border-color: #058B56; }

 span { border-color: rgb(5,139,86); }

 td.TdClassName
 {
   border-color: #058B56;
 }
 .TagClassName
 {
   border-color: #058B56;
 }
</style>