Shades of Pigment Green #049936
Tints of Pigment Green #049936
RGB
CMYK
RGB Variations
Color information
#049936 (or 0x049936) is known color: Pigment Green. HEX triplet: 04, 99 and 36. RGB value is (4,153,54). Sum of RGB (Red+Green+Blue) = 4+153+54=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 153 (60.16% from 255 or 72.51% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 153 - color contains mainly: green. Hex color #049936 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049936 is #FB66C9. Grayscale: #616161. Windows color (decimal): -16475850 or 3578116. OLE color: 3578116.
HSL color Cylindrical-coordinate representation of color #049936: hue angle of 140.13º 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 #049936 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 153 | 54 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.4 |
| HSL | 140.13º | 0.95% | 0.31% | - |
| HSV(B) | 140.13º | 0.97% | 0.6% | - |
| XYZ | 12.11 | 23.07 | 7.31 | - |
| YUV | 97.16 | 103.64 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 54 | 0.97 | 0 | 0.65 | 0.4 | 140.13 | 0.95 | 0.31 |
| Hex | 4 | 99 | 36 | 61 | 0 | 41 | 28 | 8C | 5F | 1F |
| Octal | 4 | 231 | 66 | 141 | 0 | 101 | 50 | 214 | 137 | 37 |
| Binary | 100 | 10011001 | 110110 | 1100001 | 0 | 1000001 | 101000 | 10001100 | 1011111 | 11111 |
Color Harmonies of #049936
Complementary color
Monochromatic Colors of #049936
Black with #049936
Text Example
Text Example
White with #049936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049936; }
p { color: rgb(4,153,54); }
H1.HeaderClassName
{
color: #049936;
}
.AnyTagClassName
{
color: #049936;
}
</style>
background-color css
<style>
a { background-color: #049936; }
a { background-color: rgb(4,153,54); }
div.DivClassName
{
background-color: #049936;
}
.BgClassName
{
background-color: #049936;
}
</style>
border-color css
<style>
span { border-color: #049936; }
span { border-color: rgb(4,153,54); }
td.TdClassName
{
border-color: #049936;
}
.TagClassName
{
border-color: #049936;
}
</style>