Shades of Verdun Green #464813
Tints of Verdun Green #464813
RGB
CMYK
RGB Variations
Color information
#464813 (or 0x464813) is known color: Verdun Green. HEX triplet: 46, 48 and 13. RGB value is (70,72,19). Sum of RGB (Red+Green+Blue) = 70+72+19=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #464813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464813 is #B9B7EC. Grayscale: #414141. Windows color (decimal): -12171245 or 1263686. OLE color: 1263686.
HSL color Cylindrical-coordinate representation of color #464813: hue angle of 62.26º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #464813 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 70 | 72 | 19 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.72 |
| HSL | 62.26º | 0.58% | 0.18% | - |
| HSV(B) | 62.26º | 0.74% | 0.28% | - |
| XYZ | 4.96 | 5.98 | 1.51 | - |
| YUV | 65.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 72 | 19 | 0.03 | 0 | 0.74 | 0.72 | 62.26 | 0.58 | 0.18 |
| Hex | 46 | 48 | 13 | 3 | 0 | 4A | 48 | 3E | 3A | 12 |
| Octal | 106 | 110 | 23 | 3 | 0 | 112 | 110 | 76 | 72 | 22 |
| Binary | 1000110 | 1001000 | 10011 | 11 | 0 | 1001010 | 1001000 | 111110 | 111010 | 10010 |
Color Harmonies of #464813
Complementary color
Monochromatic Colors of #464813
Black with #464813
Text Example
Text Example
White with #464813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464813; }
p { color: rgb(70,72,19); }
H1.HeaderClassName
{
color: #464813;
}
.AnyTagClassName
{
color: #464813;
}
</style>
background-color css
<style>
a { background-color: #464813; }
a { background-color: rgb(70,72,19); }
div.DivClassName
{
background-color: #464813;
}
.BgClassName
{
background-color: #464813;
}
</style>
border-color css
<style>
span { border-color: #464813; }
span { border-color: rgb(70,72,19); }
td.TdClassName
{
border-color: #464813;
}
.TagClassName
{
border-color: #464813;
}
</style>