Shades of Pigment Green #049136
Tints of Pigment Green #049136
RGB
CMYK
RGB Variations
Color information
#049136 (or 0x049136) is known color: Pigment Green. HEX triplet: 04, 91 and 36. RGB value is (4,145,54). Sum of RGB (Red+Green+Blue) = 4+145+54=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #049136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049136 is #FB6EC9. Grayscale: #5C5C5C. Windows color (decimal): -16477898 or 3576068. OLE color: 3576068.
HSL color Cylindrical-coordinate representation of color #049136: hue angle of 141.28º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049136 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 145 | 54 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.43 |
| HSL | 141.28º | 0.95% | 0.29% | - |
| HSV(B) | 141.28º | 0.97% | 0.57% | - |
| XYZ | 10.84 | 20.54 | 6.88 | - |
| YUV | 92.47 | 106.29 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 145 | 54 | 0.97 | 0 | 0.63 | 0.43 | 141.28 | 0.95 | 0.29 |
| Hex | 4 | 91 | 36 | 61 | 0 | 3F | 2B | 8D | 5F | 1D |
| Octal | 4 | 221 | 66 | 141 | 0 | 77 | 53 | 215 | 137 | 35 |
| Binary | 100 | 10010001 | 110110 | 1100001 | 0 | 111111 | 101011 | 10001101 | 1011111 | 11101 |
Color Harmonies of #049136
Complementary color
Monochromatic Colors of #049136
Black with #049136
Text Example
Text Example
White with #049136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049136; }
p { color: rgb(4,145,54); }
H1.HeaderClassName
{
color: #049136;
}
.AnyTagClassName
{
color: #049136;
}
</style>
background-color css
<style>
a { background-color: #049136; }
a { background-color: rgb(4,145,54); }
div.DivClassName
{
background-color: #049136;
}
.BgClassName
{
background-color: #049136;
}
</style>
border-color css
<style>
span { border-color: #049136; }
span { border-color: rgb(4,145,54); }
td.TdClassName
{
border-color: #049136;
}
.TagClassName
{
border-color: #049136;
}
</style>