Shades of Green #046813
Tints of Green #046813
RGB
CMYK
RGB Variations
Color information
#046813 (or 0x046813) is known color: Green. HEX triplet: 04, 68 and 13. RGB value is (4,104,19). Sum of RGB (Red+Green+Blue) = 4+104+19=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 104 (41.02% from 255 or 81.89% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 104 - color contains mainly: green. Hex color #046813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046813 is #FB97EC. Grayscale: #404040. Windows color (decimal): -16488429 or 1271812. OLE color: 1271812.
HSL color Cylindrical-coordinate representation of color #046813: hue angle of 129º 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 #046813 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 104 | 19 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.59 |
| HSL | 129º | 0.93% | 0.21% | - |
| HSV(B) | 129º | 0.96% | 0.41% | - |
| XYZ | 5.12 | 9.97 | 2.27 | - |
| YUV | 64.41 | 102.37 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 104 | 19 | 0.96 | 0 | 0.82 | 0.59 | 129 | 0.93 | 0.21 |
| Hex | 4 | 68 | 13 | 60 | 0 | 52 | 3B | 81 | 5D | 15 |
| Octal | 4 | 150 | 23 | 140 | 0 | 122 | 73 | 201 | 135 | 25 |
| Binary | 100 | 1101000 | 10011 | 1100000 | 0 | 1010010 | 111011 | 10000001 | 1011101 | 10101 |
Color Harmonies of #046813
Complementary color
Monochromatic Colors of #046813
Black with #046813
Text Example
Text Example
White with #046813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046813; }
p { color: rgb(4,104,19); }
H1.HeaderClassName
{
color: #046813;
}
.AnyTagClassName
{
color: #046813;
}
</style>
background-color css
<style>
a { background-color: #046813; }
a { background-color: rgb(4,104,19); }
div.DivClassName
{
background-color: #046813;
}
.BgClassName
{
background-color: #046813;
}
</style>
border-color css
<style>
span { border-color: #046813; }
span { border-color: rgb(4,104,19); }
td.TdClassName
{
border-color: #046813;
}
.TagClassName
{
border-color: #046813;
}
</style>