#059832

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

Shades of Pigment Green #059832

Tints of Pigment Green #059832

Color information

#059832 (or 0x059832) is unknown color: approx Pigment Green. HEX triplet: 05, 98 and 32. RGB value is (5,152,50). Sum of RGB (Red+Green+Blue) = 5+152+50=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 152 (59.77% from 255 or 73.43% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 152 - color contains mainly: green. Hex color #059832 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059832 is #FA67CD. Grayscale: #606060. Windows color (decimal): -16410574 or 3315717. OLE color: 3315717.

HSL color Cylindrical-coordinate representation of color #059832: hue angle of 138.37º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059832 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB515250-
CMYK0.9700.670.40
HSL138.37º93.63%30.78%-
HSV(B)138.37º96.71%59.61%-
XYZ11.8722.726.78-
YUV96.42101.862.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.42%
GREEN value IS 152 (59.77% from 255) = 73.43%
BLUE value IS 50 (19.92% from 255) = 24.15%
R=2.42%
G=73.43%
B=24.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5152500.9700.670.40138.3793.6330.78
Hex5983261043288a5e1f
Octal52306214101035021213637
Binary1011001100011001011000010100001110100010001010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059832; }

 p { color: rgb(5,152,50); }

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

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

 a { background-color: rgb(5,152,50); }

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

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

 span { border-color: rgb(5,152,50); }

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