Shades of Verdun Green #464F0D
Tints of Verdun Green #464F0D
RGB
CMYK
RGB Variations
Color information
#464F0D (or 0x464F0D) is known color: Verdun Green. HEX triplet: 46, 4F and 0D. RGB value is (70,79,13). Sum of RGB (Red+Green+Blue) = 70+79+13=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #464F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464F0D is #B9B0F2. Grayscale: #454545. Windows color (decimal): -12169459 or 872262. OLE color: 872262.
HSL color Cylindrical-coordinate representation of color #464F0D: hue angle of 68.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #464F0D is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 79 | 13 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.69 |
| HSL | 68.18º | 0.72% | 0.18% | - |
| HSV(B) | 68.18º | 0.84% | 0.31% | - |
| XYZ | 5.39 | 6.92 | 1.43 | - |
| YUV | 68.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 13 | 0.11 | 0 | 0.84 | 0.69 | 68.18 | 0.72 | 0.18 |
| Hex | 46 | 4F | D | B | 0 | 54 | 45 | 44 | 48 | 12 |
| Octal | 106 | 117 | 15 | 13 | 0 | 124 | 105 | 104 | 110 | 22 |
| Binary | 1000110 | 1001111 | 1101 | 1011 | 0 | 1010100 | 1000101 | 1000100 | 1001000 | 10010 |
Color Harmonies of #464F0D
Complementary color
Monochromatic Colors of #464F0D
Black with #464F0D
Text Example
Text Example
White with #464F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F0D; }
p { color: rgb(70,79,13); }
H1.HeaderClassName
{
color: #464F0D;
}
.AnyTagClassName
{
color: #464F0D;
}
</style>
background-color css
<style>
a { background-color: #464F0D; }
a { background-color: rgb(70,79,13); }
div.DivClassName
{
background-color: #464F0D;
}
.BgClassName
{
background-color: #464F0D;
}
</style>
border-color css
<style>
span { border-color: #464F0D; }
span { border-color: rgb(70,79,13); }
td.TdClassName
{
border-color: #464F0D;
}
.TagClassName
{
border-color: #464F0D;
}
</style>