Shades of Green #046406
Tints of Green #046406
RGB
CMYK
RGB Variations
Color information
#046406 (or 0x046406) is known color: Green. HEX triplet: 04, 64 and 06. RGB value is (4,100,6). Sum of RGB (Red+Green+Blue) = 4+100+6=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 100 (39.45% from 255 or 90.91% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 100 - color contains mainly: green. Hex color #046406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046406 is #FB9BF9. Grayscale: #3C3C3C. Windows color (decimal): -16489466 or 418820. OLE color: 418820.
HSL color Cylindrical-coordinate representation of color #046406: hue angle of 121.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046406 is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 100 | 6 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.61 |
| HSL | 121.25º | 0.92% | 0.2% | - |
| HSV(B) | 121.25º | 0.96% | 0.39% | - |
| XYZ | 4.64 | 9.15 | 1.69 | - |
| YUV | 60.58 | 97.2 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 100 | 6 | 0.96 | 0 | 0.94 | 0.61 | 121.25 | 0.92 | 0.2 |
| Hex | 4 | 64 | 6 | 60 | 0 | 5E | 3D | 79 | 5C | 14 |
| Octal | 4 | 144 | 6 | 140 | 0 | 136 | 75 | 171 | 134 | 24 |
| Binary | 100 | 1100100 | 110 | 1100000 | 0 | 1011110 | 111101 | 1111001 | 1011100 | 10100 |
Color Harmonies of #046406
Complementary color
Monochromatic Colors of #046406
Black with #046406
Text Example
Text Example
White with #046406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046406; }
p { color: rgb(4,100,6); }
H1.HeaderClassName
{
color: #046406;
}
.AnyTagClassName
{
color: #046406;
}
</style>
background-color css
<style>
a { background-color: #046406; }
a { background-color: rgb(4,100,6); }
div.DivClassName
{
background-color: #046406;
}
.BgClassName
{
background-color: #046406;
}
</style>
border-color css
<style>
span { border-color: #046406; }
span { border-color: rgb(4,100,6); }
td.TdClassName
{
border-color: #046406;
}
.TagClassName
{
border-color: #046406;
}
</style>