#058858

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

Shades of Shamrock Green #058858

Tints of Shamrock Green #058858

Color information

#058858 (or 0x058858) is unknown color: approx Shamrock Green. HEX triplet: 05, 88 and 58. RGB value is (5,136,88). Sum of RGB (Red+Green+Blue) = 5+136+88=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #058858 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058858 is #FA77A7. Grayscale: #5B5B5B. Windows color (decimal): -16414632 or 5801989. OLE color: 5801989.

HSL color Cylindrical-coordinate representation of color #058858: hue angle of 158.02º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058858 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB513688-
CMYK0.9600.350.47
HSL158.02º92.91%27.65%-
HSV(B)158.02º96.32%53.33%-
XYZ10.6318.3512.21-
YUV91.36126.166.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 136 (53.52% from 255) = 59.39%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=2.18%
G=59.39%
B=38.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5136880.9600.350.47158.0292.9127.65
Hex58858600232F9e5d1c
Octal52101301400435723613534
Binary1011000100010110001100000010001110111110011110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058858; }

 p { color: rgb(5,136,88); }

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

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

 a { background-color: rgb(5,136,88); }

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

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

 span { border-color: rgb(5,136,88); }

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