Shades of Pigment Green #04904B
Tints of Pigment Green #04904B
RGB
CMYK
RGB Variations
Color information
#04904B (or 0x04904B) is known color: Pigment Green. HEX triplet: 04, 90 and 4B. RGB value is (4,144,75). Sum of RGB (Red+Green+Blue) = 4+144+75=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #04904B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04904B is #FB6FB4. Grayscale: #5E5E5E. Windows color (decimal): -16478133 or 4952068. OLE color: 4952068.
HSL color Cylindrical-coordinate representation of color #04904B: hue angle of 150.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04904B is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 144 | 75 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.44 |
| HSL | 150.43º | 0.95% | 0.29% | - |
| HSV(B) | 150.43º | 0.97% | 0.56% | - |
| XYZ | 11.29 | 20.48 | 10.01 | - |
| YUV | 94.27 | 117.12 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 144 | 75 | 0.97 | 0 | 0.48 | 0.44 | 150.43 | 0.95 | 0.29 |
| Hex | 4 | 90 | 4B | 61 | 0 | 30 | 2C | 96 | 5F | 1D |
| Octal | 4 | 220 | 113 | 141 | 0 | 60 | 54 | 226 | 137 | 35 |
| Binary | 100 | 10010000 | 1001011 | 1100001 | 0 | 110000 | 101100 | 10010110 | 1011111 | 11101 |
Color Harmonies of #04904B
Complementary color
Monochromatic Colors of #04904B
Black with #04904B
Text Example
Text Example
White with #04904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04904B; }
p { color: rgb(4,144,75); }
H1.HeaderClassName
{
color: #04904B;
}
.AnyTagClassName
{
color: #04904B;
}
</style>
background-color css
<style>
a { background-color: #04904B; }
a { background-color: rgb(4,144,75); }
div.DivClassName
{
background-color: #04904B;
}
.BgClassName
{
background-color: #04904B;
}
</style>
border-color css
<style>
span { border-color: #04904B; }
span { border-color: rgb(4,144,75); }
td.TdClassName
{
border-color: #04904B;
}
.TagClassName
{
border-color: #04904B;
}
</style>