#059331

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

Shades of Pigment Green #059331

Tints of Pigment Green #059331

Color information

#059331 (or 0x059331) is unknown color: approx Pigment Green. HEX triplet: 05, 93 and 31. RGB value is (5,147,49). Sum of RGB (Red+Green+Blue) = 5+147+49=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 147 (57.81% from 255 or 73.13% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 147 - color contains mainly: green. Hex color #059331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059331 is #FA6CCE. Grayscale: #5D5D5D. Windows color (decimal): -16411855 or 3248901. OLE color: 3248901.

HSL color Cylindrical-coordinate representation of color #059331: hue angle of 138.59º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059331 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB514749-
CMYK0.9700.670.42
HSL138.59º93.42%29.8%-
HSV(B)138.59º96.6%57.65%-
XYZ11.0521.126.4-
YUV93.37102.9664.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 147 (57.81% from 255) = 73.13%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=2.49%
G=73.13%
B=24.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5147490.9700.670.42138.5993.4229.8
Hex59331610432A8b5d1e
Octal52236114101035221313536
Binary1011001001111000111000010100001110101010001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059331; }

 p { color: rgb(5,147,49); }

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

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

 a { background-color: rgb(5,147,49); }

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

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

 span { border-color: rgb(5,147,49); }

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