Shades of Pigment Green #049F4D
Tints of Pigment Green #049F4D
RGB
CMYK
RGB Variations
Color information
#049F4D (or 0x049F4D) is known color: Pigment Green. HEX triplet: 04, 9F and 4D. RGB value is (4,159,77). Sum of RGB (Red+Green+Blue) = 4+159+77=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 159 (62.5% from 255 or 66.25% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 159 - color contains mainly: green. Hex color #049F4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #049F4D is #FB60B2. Grayscale: #676767. Windows color (decimal): -16474291 or 5086980. OLE color: 5086980.
HSL color Cylindrical-coordinate representation of color #049F4D: hue angle of 148.26º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049F4D is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 159 | 77 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.38 |
| HSL | 148.26º | 0.95% | 0.32% | - |
| HSV(B) | 148.26º | 0.97% | 0.62% | - |
| XYZ | 13.79 | 25.36 | 11.19 | - |
| YUV | 103.31 | 113.15 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 159 | 77 | 0.97 | 0 | 0.52 | 0.38 | 148.26 | 0.95 | 0.32 |
| Hex | 4 | 9F | 4D | 61 | 0 | 34 | 26 | 94 | 5F | 20 |
| Octal | 4 | 237 | 115 | 141 | 0 | 64 | 46 | 224 | 137 | 40 |
| Binary | 100 | 10011111 | 1001101 | 1100001 | 0 | 110100 | 100110 | 10010100 | 1011111 | 100000 |
Color Harmonies of #049F4D
Complementary color
Monochromatic Colors of #049F4D
Black with #049F4D
Text Example
Text Example
White with #049F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049F4D; }
p { color: rgb(4,159,77); }
H1.HeaderClassName
{
color: #049F4D;
}
.AnyTagClassName
{
color: #049F4D;
}
</style>
background-color css
<style>
a { background-color: #049F4D; }
a { background-color: rgb(4,159,77); }
div.DivClassName
{
background-color: #049F4D;
}
.BgClassName
{
background-color: #049F4D;
}
</style>
border-color css
<style>
span { border-color: #049F4D; }
span { border-color: rgb(4,159,77); }
td.TdClassName
{
border-color: #049F4D;
}
.TagClassName
{
border-color: #049F4D;
}
</style>