Shades of Green #046808
Tints of Green #046808
RGB
CMYK
RGB Variations
Color information
#046808 (or 0x046808) is known color: Green. HEX triplet: 04, 68 and 08. RGB value is (4,104,8). Sum of RGB (Red+Green+Blue) = 4+104+8=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 104 (41.02% from 255 or 89.66% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 104 - color contains mainly: green. Hex color #046808 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046808 is #FB97F7. Grayscale: #3F3F3F. Windows color (decimal): -16488440 or 550916. OLE color: 550916.
HSL color Cylindrical-coordinate representation of color #046808: hue angle of 122.4º 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 #046808 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 8 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.59 |
| HSL | 122.4º | 0.93% | 0.21% | - |
| HSV(B) | 122.4º | 0.96% | 0.41% | - |
| XYZ | 5.04 | 9.94 | 1.88 | - |
| YUV | 63.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 8 | 0.96 | 0 | 0.92 | 0.59 | 122.4 | 0.93 | 0.21 |
| Hex | 4 | 68 | 8 | 60 | 0 | 5C | 3B | 7A | 5D | 15 |
| Octal | 4 | 150 | 10 | 140 | 0 | 134 | 73 | 172 | 135 | 25 |
| Binary | 100 | 1101000 | 1000 | 1100000 | 0 | 1011100 | 111011 | 1111010 | 1011101 | 10101 |
Color Harmonies of #046808
Complementary color
Monochromatic Colors of #046808
Black with #046808
Text Example
Text Example
White with #046808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046808; }
p { color: rgb(4,104,8); }
H1.HeaderClassName
{
color: #046808;
}
.AnyTagClassName
{
color: #046808;
}
</style>
background-color css
<style>
a { background-color: #046808; }
a { background-color: rgb(4,104,8); }
div.DivClassName
{
background-color: #046808;
}
.BgClassName
{
background-color: #046808;
}
</style>
border-color css
<style>
span { border-color: #046808; }
span { border-color: rgb(4,104,8); }
td.TdClassName
{
border-color: #046808;
}
.TagClassName
{
border-color: #046808;
}
</style>