Shades of Verdun Green #465915
Tints of Verdun Green #465915
RGB
CMYK
RGB Variations
Color information
#465915 (or 0x465915) is known color: Verdun Green. HEX triplet: 46, 59 and 15. RGB value is (70,89,21). Sum of RGB (Red+Green+Blue) = 70+89+21=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #465915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465915 is #B9A6EA. Grayscale: #4B4B4B. Windows color (decimal): -12166891 or 1399110. OLE color: 1399110.
HSL color Cylindrical-coordinate representation of color #465915: hue angle of 76.76º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #465915 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 21 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.65 |
| HSL | 76.76º | 0.62% | 0.22% | - |
| HSV(B) | 76.76º | 0.76% | 0.35% | - |
| XYZ | 6.23 | 8.5 | 2.02 | - |
| YUV | 75.57 | 97.21 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 21 | 0.21 | 0 | 0.76 | 0.65 | 76.76 | 0.62 | 0.22 |
| Hex | 46 | 59 | 15 | 15 | 0 | 4C | 41 | 4D | 3E | 16 |
| Octal | 106 | 131 | 25 | 25 | 0 | 114 | 101 | 115 | 76 | 26 |
| Binary | 1000110 | 1011001 | 10101 | 10101 | 0 | 1001100 | 1000001 | 1001101 | 111110 | 10110 |
Color Harmonies of #465915
Complementary color
Monochromatic Colors of #465915
Black with #465915
Text Example
Text Example
White with #465915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465915; }
p { color: rgb(70,89,21); }
H1.HeaderClassName
{
color: #465915;
}
.AnyTagClassName
{
color: #465915;
}
</style>
background-color css
<style>
a { background-color: #465915; }
a { background-color: rgb(70,89,21); }
div.DivClassName
{
background-color: #465915;
}
.BgClassName
{
background-color: #465915;
}
</style>
border-color css
<style>
span { border-color: #465915; }
span { border-color: rgb(70,89,21); }
td.TdClassName
{
border-color: #465915;
}
.TagClassName
{
border-color: #465915;
}
</style>