#059048

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

Shades of Pigment Green #059048

Tints of Pigment Green #059048

Color information

#059048 (or 0x059048) is unknown color: approx Pigment Green. HEX triplet: 05, 90 and 48. RGB value is (5,144,72). Sum of RGB (Red+Green+Blue) = 5+144+72=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #059048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #059048 is #FA6FB7. Grayscale: #5E5E5E. Windows color (decimal): -16412600 or 4755461. OLE color: 4755461.

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

Color convert

RGB514472-
CMYK0.9700.500.44
HSL148.92º93.29%29.22%-
HSV(B)148.92º96.53%56.47%-
XYZ11.2120.459.49-
YUV94.23115.4564.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 144 (56.64% from 255) = 65.16%
BLUE value IS 72 (28.52% from 255) = 32.58%
R=2.26%
G=65.16%
B=32.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5144720.9700.500.44148.9293.2929.22
Hex59048610322C955d1d
Octal52201101410625422513535
Binary1011001000010010001100001011001010110010010101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059048; }

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

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

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

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

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

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

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

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