Shades of Pigment Green #04994C
Tints of Pigment Green #04994C
RGB
CMYK
RGB Variations
Color information
#04994C (or 0x04994C) is known color: Pigment Green. HEX triplet: 04, 99 and 4C. RGB value is (4,153,76). Sum of RGB (Red+Green+Blue) = 4+153+76=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 153 (60.16% from 255 or 65.67% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 153 - color contains mainly: green. Hex color #04994C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04994C is #FB66B3. Grayscale: #636363. Windows color (decimal): -16475828 or 5019908. OLE color: 5019908.
HSL color Cylindrical-coordinate representation of color #04994C: hue angle of 148.99º 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 #04994C is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 4 | 153 | 76 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.4 |
| HSL | 148.99º | 0.95% | 0.31% | - |
| HSV(B) | 148.99º | 0.97% | 0.6% | - |
| XYZ | 12.75 | 23.33 | 10.67 | - |
| YUV | 99.67 | 114.64 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 153 | 76 | 0.97 | 0 | 0.50 | 0.4 | 148.99 | 0.95 | 0.31 |
| Hex | 4 | 99 | 4C | 61 | 0 | 32 | 28 | 95 | 5F | 1F |
| Octal | 4 | 231 | 114 | 141 | 0 | 62 | 50 | 225 | 137 | 37 |
| Binary | 100 | 10011001 | 1001100 | 1100001 | 0 | 110010 | 101000 | 10010101 | 1011111 | 11111 |
Color Harmonies of #04994C
Complementary color
Monochromatic Colors of #04994C
Black with #04994C
Text Example
Text Example
White with #04994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04994C; }
p { color: rgb(4,153,76); }
H1.HeaderClassName
{
color: #04994C;
}
.AnyTagClassName
{
color: #04994C;
}
</style>
background-color css
<style>
a { background-color: #04994C; }
a { background-color: rgb(4,153,76); }
div.DivClassName
{
background-color: #04994C;
}
.BgClassName
{
background-color: #04994C;
}
</style>
border-color css
<style>
span { border-color: #04994C; }
span { border-color: rgb(4,153,76); }
td.TdClassName
{
border-color: #04994C;
}
.TagClassName
{
border-color: #04994C;
}
</style>