Shades of Green #046804
Tints of Green #046804
RGB
CMYK
RGB Variations
Color information
#046804 (or 0x046804) is known color: Green. HEX triplet: 04, 68 and 04. RGB value is (4,104,4). Sum of RGB (Red+Green+Blue) = 4+104+4=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 104 (41.02% from 255 or 92.86% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 104 - color contains mainly: green. Hex color #046804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046804 is #FB97FB. Grayscale: #3F3F3F. Windows color (decimal): -16488444 or 288772. OLE color: 288772.
HSL color Cylindrical-coordinate representation of color #046804: hue angle of 120º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046804 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 4 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.59 |
| HSL | 120º | 0.93% | 0.21% | - |
| HSV(B) | 120º | 0.96% | 0.41% | - |
| XYZ | 5.02 | 9.94 | 1.77 | - |
| YUV | 62.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 4 | 0.96 | 0 | 0.96 | 0.59 | 120 | 0.93 | 0.21 |
| Hex | 4 | 68 | 4 | 60 | 0 | 60 | 3B | 78 | 5D | 15 |
| Octal | 4 | 150 | 4 | 140 | 0 | 140 | 73 | 170 | 135 | 25 |
| Binary | 100 | 1101000 | 100 | 1100000 | 0 | 1100000 | 111011 | 1111000 | 1011101 | 10101 |
Color Harmonies of #046804
Complementary color
Monochromatic Colors of #046804
Black with #046804
Text Example
Text Example
White with #046804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046804; }
p { color: rgb(4,104,4); }
H1.HeaderClassName
{
color: #046804;
}
.AnyTagClassName
{
color: #046804;
}
</style>
background-color css
<style>
a { background-color: #046804; }
a { background-color: rgb(4,104,4); }
div.DivClassName
{
background-color: #046804;
}
.BgClassName
{
background-color: #046804;
}
</style>
border-color css
<style>
span { border-color: #046804; }
span { border-color: rgb(4,104,4); }
td.TdClassName
{
border-color: #046804;
}
.TagClassName
{
border-color: #046804;
}
</style>