#049436

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

Shades of Pigment Green #049436

Tints of Pigment Green #049436

Color information

#049436 (or 0x049436) is unknown color: approx Pigment Green. HEX triplet: 04, 94 and 36. RGB value is (4,148,54). Sum of RGB (Red+Green+Blue) = 4+148+54=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #049436 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049436 is #FB6BC9. Grayscale: #5E5E5E. Windows color (decimal): -16477130 or 3576836. OLE color: 3576836.

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

Color convert

RGB414854-
CMYK0.9700.640.42
HSL140.83º94.74%29.8%-
HSV(B)140.83º97.3%58.04%-
XYZ11.3121.477.04-
YUV94.23105.2963.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 148 (58.20% from 255) = 71.84%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=1.94%
G=71.84%
B=26.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4148540.9700.640.42140.8394.7429.8
Hex49436610402A8d5f1e
Octal42246614101005221513736
Binary1001001010011011011000010100000010101010001101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049436; }

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

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

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

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

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

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

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

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