Shades of Pigment Green #04B449
Tints of Pigment Green #04B449
RGB
CMYK
RGB Variations
Color information
#04B449 (or 0x04B449) is known color: Pigment Green. HEX triplet: 04, B4 and 49. RGB value is (4,180,73). Sum of RGB (Red+Green+Blue) = 4+180+73=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 180 (70.70% from 255 or 70.04% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 180 - color contains mainly: green. Hex color #04B449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04B449 is #FB4BB6. Grayscale: #737373. Windows color (decimal): -16468919 or 4830212. OLE color: 4830212.
HSL color Cylindrical-coordinate representation of color #04B449: hue angle of 143.52º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B449 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 180 | 73 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.29 |
| HSL | 143.52º | 0.96% | 0.36% | - |
| HSV(B) | 143.52º | 0.98% | 0.71% | - |
| XYZ | 17.57 | 33.15 | 11.78 | - |
| YUV | 115.18 | 104.19 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 180 | 73 | 0.98 | 0 | 0.59 | 0.29 | 143.52 | 0.96 | 0.36 |
| Hex | 4 | B4 | 49 | 62 | 0 | 3B | 1D | 90 | 60 | 24 |
| Octal | 4 | 264 | 111 | 142 | 0 | 73 | 35 | 220 | 140 | 44 |
| Binary | 100 | 10110100 | 1001001 | 1100010 | 0 | 111011 | 11101 | 10010000 | 1100000 | 100100 |
Color Harmonies of #04B449
Complementary color
Monochromatic Colors of #04B449
Black with #04B449
Text Example
Text Example
White with #04B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B449; }
p { color: rgb(4,180,73); }
H1.HeaderClassName
{
color: #04B449;
}
.AnyTagClassName
{
color: #04B449;
}
</style>
background-color css
<style>
a { background-color: #04B449; }
a { background-color: rgb(4,180,73); }
div.DivClassName
{
background-color: #04B449;
}
.BgClassName
{
background-color: #04B449;
}
</style>
border-color css
<style>
span { border-color: #04B449; }
span { border-color: rgb(4,180,73); }
td.TdClassName
{
border-color: #04B449;
}
.TagClassName
{
border-color: #04B449;
}
</style>