#058A58

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

Shades of Shamrock Green #058A58

Tints of Shamrock Green #058A58

Color information

#058A58 (or 0x058A58) is unknown color: approx Shamrock Green. HEX triplet: 05, 8A and 58. RGB value is (5,138,88). Sum of RGB (Red+Green+Blue) = 5+138+88=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #058A58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058A58 is #FA75A7. Grayscale: #5C5C5C. Windows color (decimal): -16414120 or 5802501. OLE color: 5802501.

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

Color convert

RGB513888-
CMYK0.9600.360.46
HSL157.44º93.01%28.04%-
HSV(B)157.44º96.38%54.12%-
XYZ10.9118.9112.31-
YUV92.53125.4465.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 138 (54.30% from 255) = 59.74%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=2.16%
G=59.74%
B=38.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5138880.9600.360.46157.4493.0128.04
Hex58A58600242E9d5d1c
Octal52121301400445623513534
Binary1011000101010110001100000010010010111010011101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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