Shades of Verdun Green #464F15
Tints of Verdun Green #464F15
RGB
CMYK
RGB Variations
Color information
#464F15 (or 0x464F15) is known color: Verdun Green. HEX triplet: 46, 4F and 15. RGB value is (70,79,21). Sum of RGB (Red+Green+Blue) = 70+79+21=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #464F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #464F15 is #B9B0EA. Grayscale: #454545. Windows color (decimal): -12169451 or 1396550. OLE color: 1396550.
HSL color Cylindrical-coordinate representation of color #464F15: hue angle of 69.31º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #464F15 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 79 | 21 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.69 |
| HSL | 69.31º | 0.58% | 0.2% | - |
| HSV(B) | 69.31º | 0.73% | 0.31% | - |
| XYZ | 5.46 | 6.95 | 1.76 | - |
| YUV | 69.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 21 | 0.11 | 0 | 0.73 | 0.69 | 69.31 | 0.58 | 0.2 |
| Hex | 46 | 4F | 15 | B | 0 | 49 | 45 | 45 | 3A | 14 |
| Octal | 106 | 117 | 25 | 13 | 0 | 111 | 105 | 105 | 72 | 24 |
| Binary | 1000110 | 1001111 | 10101 | 1011 | 0 | 1001001 | 1000101 | 1000101 | 111010 | 10100 |
Color Harmonies of #464F15
Complementary color
Monochromatic Colors of #464F15
Black with #464F15
Text Example
Text Example
White with #464F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F15; }
p { color: rgb(70,79,21); }
H1.HeaderClassName
{
color: #464F15;
}
.AnyTagClassName
{
color: #464F15;
}
</style>
background-color css
<style>
a { background-color: #464F15; }
a { background-color: rgb(70,79,21); }
div.DivClassName
{
background-color: #464F15;
}
.BgClassName
{
background-color: #464F15;
}
</style>
border-color css
<style>
span { border-color: #464F15; }
span { border-color: rgb(70,79,21); }
td.TdClassName
{
border-color: #464F15;
}
.TagClassName
{
border-color: #464F15;
}
</style>