#059C4A

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

Shades of Pigment Green #059C4A

Tints of Pigment Green #059C4A

Color information

#059C4A (or 0x059C4A) is unknown color: approx Pigment Green. HEX triplet: 05, 9C and 4A. RGB value is (5,156,74). Sum of RGB (Red+Green+Blue) = 5+156+74=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 156 (61.33% from 255 or 66.38% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 156 - color contains mainly: green. Hex color #059C4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059C4A is #FA63B5. Grayscale: #656565. Windows color (decimal): -16409526 or 4889605. OLE color: 4889605.

HSL color Cylindrical-coordinate representation of color #059C4A: hue angle of 147.42º 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 #059C4A is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB515674-
CMYK0.9700.530.39
HSL147.42º93.79%31.57%-
HSV(B)147.42º96.79%61.18%-
XYZ13.1924.310.47-
YUV101.5112.4759.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 156 (61.33% from 255) = 66.38%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=2.13%
G=66.38%
B=31.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5156740.9700.530.39147.4293.7931.57
Hex59C4A6103527935e20
Octal52341121410654722313640
Binary10110011100100101011000010110101100111100100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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