#059C46

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

Shades of Pigment Green #059C46

Tints of Pigment Green #059C46

Color information

#059C46 (or 0x059C46) is unknown color: approx Pigment Green. HEX triplet: 05, 9C and 46. RGB value is (5,156,70). Sum of RGB (Red+Green+Blue) = 5+156+70=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 156 (61.33% from 255 or 67.53% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 156 - color contains mainly: green. Hex color #059C46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059C46 is #FA63B9. Grayscale: #656565. Windows color (decimal): -16409530 or 4627461. OLE color: 4627461.

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

Color convert

RGB515670-
CMYK0.9700.550.39
HSL145.83º93.79%31.57%-
HSV(B)145.83º96.79%61.18%-
XYZ13.0624.259.79-
YUV101.05110.4759.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.16%
GREEN value IS 156 (61.33% from 255) = 67.53%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=2.16%
G=67.53%
B=30.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5156700.9700.550.39145.8393.7931.57
Hex59C466103727925e20
Octal52341061410674722213640
Binary10110011100100011011000010110111100111100100101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,156,70); }

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

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

 a { background-color: rgb(5,156,70); }

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

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

 span { border-color: rgb(5,156,70); }

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