#049037

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

Shades of Pigment Green #049037

Tints of Pigment Green #049037

Color information

#049037 (or 0x049037) is unknown color: approx Pigment Green. HEX triplet: 04, 90 and 37. RGB value is (4,144,55). Sum of RGB (Red+Green+Blue) = 4+144+55=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 144 (56.64% from 255 or 70.94% from 203); Blue value is 55 (21.88% from 255 or 27.09% from 203); Max value from RGB is 144 - color contains mainly: green. Hex color #049037 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049037 is #FB6FC8. Grayscale: #5C5C5C. Windows color (decimal): -16478153 or 3641348. OLE color: 3641348.

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

Color convert

RGB414455-
CMYK0.9700.620.44
HSL141.86º94.59%29.02%-
HSV(B)141.86º97.22%56.47%-
XYZ10.7120.256.96-
YUV91.99107.1265.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.97%
GREEN value IS 144 (56.64% from 255) = 70.94%
BLUE value IS 55 (21.88% from 255) = 27.09%
R=1.97%
G=70.94%
B=27.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4144550.9700.620.44141.8694.5929.02
Hex490376103E2C8e5f1d
Octal4220671410765421613735
Binary100100100001101111100001011111010110010001110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049037; }

 p { color: rgb(4,144,55); }

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

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

 a { background-color: rgb(4,144,55); }

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

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

 span { border-color: rgb(4,144,55); }

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