Shades of Verdun Green #465717
Tints of Verdun Green #465717
RGB
CMYK
RGB Variations
Color information
#465717 (or 0x465717) is known color: Verdun Green. HEX triplet: 46, 57 and 17. RGB value is (70,87,23). Sum of RGB (Red+Green+Blue) = 70+87+23=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #465717 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465717 is #B9A8E8. Grayscale: #4A4A4A. Windows color (decimal): -12167401 or 1529670. OLE color: 1529670.
HSL color Cylindrical-coordinate representation of color #465717: hue angle of 75.94º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #465717 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 87 | 23 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.66 |
| HSL | 75.94º | 0.58% | 0.22% | - |
| HSV(B) | 75.94º | 0.74% | 0.34% | - |
| XYZ | 6.09 | 8.18 | 2.07 | - |
| YUV | 74.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 87 | 23 | 0.20 | 0 | 0.74 | 0.66 | 75.94 | 0.58 | 0.22 |
| Hex | 46 | 57 | 17 | 14 | 0 | 4A | 42 | 4C | 3A | 16 |
| Octal | 106 | 127 | 27 | 24 | 0 | 112 | 102 | 114 | 72 | 26 |
| Binary | 1000110 | 1010111 | 10111 | 10100 | 0 | 1001010 | 1000010 | 1001100 | 111010 | 10110 |
Color Harmonies of #465717
Complementary color
Monochromatic Colors of #465717
Black with #465717
Text Example
Text Example
White with #465717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465717; }
p { color: rgb(70,87,23); }
H1.HeaderClassName
{
color: #465717;
}
.AnyTagClassName
{
color: #465717;
}
</style>
background-color css
<style>
a { background-color: #465717; }
a { background-color: rgb(70,87,23); }
div.DivClassName
{
background-color: #465717;
}
.BgClassName
{
background-color: #465717;
}
</style>
border-color css
<style>
span { border-color: #465717; }
span { border-color: rgb(70,87,23); }
td.TdClassName
{
border-color: #465717;
}
.TagClassName
{
border-color: #465717;
}
</style>