#059046

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

Shades of Pigment Green #059046

Tints of Pigment Green #059046

Color information

#059046 (or 0x059046) is unknown color: approx Pigment Green. HEX triplet: 05, 90 and 46. RGB value is (5,144,70). Sum of RGB (Red+Green+Blue) = 5+144+70=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #059046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059046 is #FA6FB9. Grayscale: #5E5E5E. Windows color (decimal): -16412602 or 4624389. OLE color: 4624389.

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

Color convert

RGB514470-
CMYK0.9700.510.44
HSL148.06º93.29%29.22%-
HSV(B)148.06º96.53%56.47%-
XYZ11.1420.429.15-
YUV94114.4564.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.28%
GREEN value IS 144 (56.64% from 255) = 65.75%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=2.28%
G=65.75%
B=31.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5144700.9700.510.44148.0693.2929.22
Hex59046610332C945d1d
Octal52201061410635422413535
Binary1011001000010001101100001011001110110010010100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059046; }

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

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

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

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

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

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

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

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