Shades of Pigment Green #049533
Tints of Pigment Green #049533
RGB
CMYK
RGB Variations
Color information
#049533 (or 0x049533) is known color: Pigment Green. HEX triplet: 04, 95 and 33. RGB value is (4,149,51). Sum of RGB (Red+Green+Blue) = 4+149+51=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 149 (58.59% from 255 or 73.04% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 149 - color contains mainly: green. Hex color #049533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049533 is #FB6ACC. Grayscale: #5E5E5E. Windows color (decimal): -16476877 or 3380484. OLE color: 3380484.
HSL color Cylindrical-coordinate representation of color #049533: hue angle of 139.45º 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 #049533 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 4 | 149 | 51 | - |
| CMYK | 0.97 | 0 | 0.66 | 0.42 |
| HSL | 139.45º | 0.95% | 0.3% | - |
| HSV(B) | 139.45º | 0.97% | 0.58% | - |
| XYZ | 11.4 | 21.76 | 6.73 | - |
| YUV | 94.47 | 103.46 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 51 | 0.97 | 0 | 0.66 | 0.42 | 139.45 | 0.95 | 0.3 |
| Hex | 4 | 95 | 33 | 61 | 0 | 42 | 2A | 8B | 5F | 1E |
| Octal | 4 | 225 | 63 | 141 | 0 | 102 | 52 | 213 | 137 | 36 |
| Binary | 100 | 10010101 | 110011 | 1100001 | 0 | 1000010 | 101010 | 10001011 | 1011111 | 11110 |
Color Harmonies of #049533
Complementary color
Monochromatic Colors of #049533
Black with #049533
Text Example
Text Example
White with #049533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049533; }
p { color: rgb(4,149,51); }
H1.HeaderClassName
{
color: #049533;
}
.AnyTagClassName
{
color: #049533;
}
</style>
background-color css
<style>
a { background-color: #049533; }
a { background-color: rgb(4,149,51); }
div.DivClassName
{
background-color: #049533;
}
.BgClassName
{
background-color: #049533;
}
</style>
border-color css
<style>
span { border-color: #049533; }
span { border-color: rgb(4,149,51); }
td.TdClassName
{
border-color: #049533;
}
.TagClassName
{
border-color: #049533;
}
</style>