#049437

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

Shades of Pigment Green #049437

Tints of Pigment Green #049437

Color information

#049437 (or 0x049437) is unknown color: approx Pigment Green. HEX triplet: 04, 94 and 37. RGB value is (4,148,55). Sum of RGB (Red+Green+Blue) = 4+148+55=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 148 (58.20% from 255 or 71.50% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 148 - color contains mainly: green. Hex color #049437 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049437 is #FB6BC8. Grayscale: #5E5E5E. Windows color (decimal): -16477129 or 3642372. OLE color: 3642372.

HSL color Cylindrical-coordinate representation of color #049437: hue angle of 141.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049437 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB414855-
CMYK0.9700.630.42
HSL141.25º94.74%29.8%-
HSV(B)141.25º97.3%58.04%-
XYZ11.3321.487.16-
YUV94.34105.7963.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 148 (58.20% from 255) = 71.50%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=1.93%
G=71.50%
B=26.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4148550.9700.630.42141.2594.7429.8
Hex494376103F2A8d5f1e
Octal4224671410775221513736
Binary100100101001101111100001011111110101010001101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049437; }

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

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

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

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

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

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

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

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