Shades of Pigment Green #049944
Tints of Pigment Green #049944
RGB
CMYK
RGB Variations
Color information
#049944 (or 0x049944) is known color: Pigment Green. HEX triplet: 04, 99 and 44. RGB value is (4,153,68). Sum of RGB (Red+Green+Blue) = 4+153+68=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 153 (60.16% from 255 or 68% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 153 - color contains mainly: green. Hex color #049944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049944 is #FB66BB. Grayscale: #626262. Windows color (decimal): -16475836 or 4495620. OLE color: 4495620.
HSL color Cylindrical-coordinate representation of color #049944: hue angle of 145.77º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049944 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 153 | 68 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.4 |
| HSL | 145.77º | 0.95% | 0.31% | - |
| HSV(B) | 145.77º | 0.97% | 0.6% | - |
| XYZ | 12.48 | 23.23 | 9.29 | - |
| YUV | 98.76 | 110.64 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 68 | 0.97 | 0 | 0.56 | 0.4 | 145.77 | 0.95 | 0.31 |
| Hex | 4 | 99 | 44 | 61 | 0 | 38 | 28 | 92 | 5F | 1F |
| Octal | 4 | 231 | 104 | 141 | 0 | 70 | 50 | 222 | 137 | 37 |
| Binary | 100 | 10011001 | 1000100 | 1100001 | 0 | 111000 | 101000 | 10010010 | 1011111 | 11111 |
Color Harmonies of #049944
Complementary color
Monochromatic Colors of #049944
Black with #049944
Text Example
Text Example
White with #049944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049944; }
p { color: rgb(4,153,68); }
H1.HeaderClassName
{
color: #049944;
}
.AnyTagClassName
{
color: #049944;
}
</style>
background-color css
<style>
a { background-color: #049944; }
a { background-color: rgb(4,153,68); }
div.DivClassName
{
background-color: #049944;
}
.BgClassName
{
background-color: #049944;
}
</style>
border-color css
<style>
span { border-color: #049944; }
span { border-color: rgb(4,153,68); }
td.TdClassName
{
border-color: #049944;
}
.TagClassName
{
border-color: #049944;
}
</style>