Shades of Verdun Green #465B15
Tints of Verdun Green #465B15
RGB
CMYK
RGB Variations
Color information
#465B15 (or 0x465B15) is known color: Verdun Green. HEX triplet: 46, 5B and 15. RGB value is (70,91,21). Sum of RGB (Red+Green+Blue) = 70+91+21=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #465B15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B15 is #B9A4EA. Grayscale: #4D4D4D. Windows color (decimal): -12166379 or 1399622. OLE color: 1399622.
HSL color Cylindrical-coordinate representation of color #465B15: hue angle of 78º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #465B15 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 21 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.64 |
| HSL | 78º | 0.63% | 0.22% | - |
| HSV(B) | 78º | 0.77% | 0.36% | - |
| XYZ | 6.4 | 8.84 | 2.08 | - |
| YUV | 76.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 21 | 0.23 | 0 | 0.77 | 0.64 | 78 | 0.63 | 0.22 |
| Hex | 46 | 5B | 15 | 17 | 0 | 4D | 40 | 4E | 3E | 16 |
| Octal | 106 | 133 | 25 | 27 | 0 | 115 | 100 | 116 | 76 | 26 |
| Binary | 1000110 | 1011011 | 10101 | 10111 | 0 | 1001101 | 1000000 | 1001110 | 111110 | 10110 |
Color Harmonies of #465B15
Complementary color
Monochromatic Colors of #465B15
Black with #465B15
Text Example
Text Example
White with #465B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B15; }
p { color: rgb(70,91,21); }
H1.HeaderClassName
{
color: #465B15;
}
.AnyTagClassName
{
color: #465B15;
}
</style>
background-color css
<style>
a { background-color: #465B15; }
a { background-color: rgb(70,91,21); }
div.DivClassName
{
background-color: #465B15;
}
.BgClassName
{
background-color: #465B15;
}
</style>
border-color css
<style>
span { border-color: #465B15; }
span { border-color: rgb(70,91,21); }
td.TdClassName
{
border-color: #465B15;
}
.TagClassName
{
border-color: #465B15;
}
</style>