#059E48

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

Shades of Pigment Green #059E48

Tints of Pigment Green #059E48

Color information

#059E48 (or 0x059E48) is unknown color: approx Pigment Green. HEX triplet: 05, 9E and 48. RGB value is (5,158,72). Sum of RGB (Red+Green+Blue) = 5+158+72=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 158 (62.11% from 255 or 67.23% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 158 - color contains mainly: green. Hex color #059E48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059E48 is #FA61B7. Grayscale: #666666. Windows color (decimal): -16409016 or 4759045. OLE color: 4759045.

HSL color Cylindrical-coordinate representation of color #059E48: hue angle of 146.27º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059E48 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB515872-
CMYK0.9700.540.38
HSL146.27º93.87%31.96%-
HSV(B)146.27º96.84%61.96%-
XYZ13.4624.9510.24-
YUV102.45110.8158.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 158 (62.11% from 255) = 67.23%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=2.13%
G=67.23%
B=30.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5158720.9700.540.38146.2793.8731.96
Hex59E486103626925e20
Octal52361101410664622213640
Binary10110011110100100011000010110110100110100100101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059E48; }

 p { color: rgb(5,158,72); }

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

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

 a { background-color: rgb(5,158,72); }

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

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

 span { border-color: rgb(5,158,72); }

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