#059034

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

Shades of Pigment Green #059034

Tints of Pigment Green #059034

Color information

#059034 (or 0x059034) is unknown color: approx Pigment Green. HEX triplet: 05, 90 and 34. RGB value is (5,144,52). Sum of RGB (Red+Green+Blue) = 5+144+52=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 144 (56.64% from 255 or 71.64% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 144 - color contains mainly: green. Hex color #059034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059034 is #FA6FCB. Grayscale: #5C5C5C. Windows color (decimal): -16412620 or 3444741. OLE color: 3444741.

HSL color Cylindrical-coordinate representation of color #059034: hue angle of 140.29º 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 #059034 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB514452-
CMYK0.9700.640.44
HSL140.29º93.29%29.22%-
HSV(B)140.29º96.53%56.47%-
XYZ10.6620.236.59-
YUV91.95105.4565.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.49%
GREEN value IS 144 (56.64% from 255) = 71.64%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=2.49%
G=71.64%
B=25.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5144520.9700.640.44140.2993.2929.22
Hex59034610402C8c5d1d
Octal52206414101005421413535
Binary1011001000011010011000010100000010110010001100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059034; }

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

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

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

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

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

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

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

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