#059035

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

Shades of Pigment Green #059035

Tints of Pigment Green #059035

Color information

#059035 (or 0x059035) is unknown color: approx Pigment Green. HEX triplet: 05, 90 and 35. RGB value is (5,144,53). Sum of RGB (Red+Green+Blue) = 5+144+53=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 144 (56.64% from 255 or 71.29% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 144 - color contains mainly: green. Hex color #059035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059035 is #FA6FCA. Grayscale: #5C5C5C. Windows color (decimal): -16412619 or 3510277. OLE color: 3510277.

HSL color Cylindrical-coordinate representation of color #059035: hue angle of 140.72º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059035 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB514453-
CMYK0.9700.630.44
HSL140.72º93.29%29.22%-
HSV(B)140.72º96.53%56.47%-
XYZ10.6820.246.71-
YUV92.06105.9565.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.48%
GREEN value IS 144 (56.64% from 255) = 71.29%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=2.48%
G=71.29%
B=26.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5144530.9700.630.44140.7293.2929.22
Hex590356103F2C8d5d1d
Octal5220651410775421513535
Binary101100100001101011100001011111110110010001101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059035; }

 p { color: rgb(5,144,53); }

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

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

 a { background-color: rgb(5,144,53); }

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

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

 span { border-color: rgb(5,144,53); }

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