Shades of Green #046616
Tints of Green #046616
RGB
CMYK
RGB Variations
Color information
#046616 (or 0x046616) is known color: Green. HEX triplet: 04, 66 and 16. RGB value is (4,102,22). Sum of RGB (Red+Green+Blue) = 4+102+22=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 102 (40.23% from 255 or 79.69% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 102 - color contains mainly: green. Hex color #046616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046616 is #FB99E9. Grayscale: #3F3F3F. Windows color (decimal): -16488938 or 1467908. OLE color: 1467908.
HSL color Cylindrical-coordinate representation of color #046616: hue angle of 131.02º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046616 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 4 | 102 | 22 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.6 |
| HSL | 131.02º | 0.92% | 0.21% | - |
| HSV(B) | 131.02º | 0.96% | 0.4% | - |
| XYZ | 4.95 | 9.59 | 2.35 | - |
| YUV | 63.58 | 104.53 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 22 | 0.96 | 0 | 0.78 | 0.6 | 131.02 | 0.92 | 0.21 |
| Hex | 4 | 66 | 16 | 60 | 0 | 4E | 3C | 83 | 5C | 15 |
| Octal | 4 | 146 | 26 | 140 | 0 | 116 | 74 | 203 | 134 | 25 |
| Binary | 100 | 1100110 | 10110 | 1100000 | 0 | 1001110 | 111100 | 10000011 | 1011100 | 10101 |
Color Harmonies of #046616
Complementary color
Monochromatic Colors of #046616
Black with #046616
Text Example
Text Example
White with #046616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046616; }
p { color: rgb(4,102,22); }
H1.HeaderClassName
{
color: #046616;
}
.AnyTagClassName
{
color: #046616;
}
</style>
background-color css
<style>
a { background-color: #046616; }
a { background-color: rgb(4,102,22); }
div.DivClassName
{
background-color: #046616;
}
.BgClassName
{
background-color: #046616;
}
</style>
border-color css
<style>
span { border-color: #046616; }
span { border-color: rgb(4,102,22); }
td.TdClassName
{
border-color: #046616;
}
.TagClassName
{
border-color: #046616;
}
</style>