Shades of Verdun Green #465B16
Tints of Verdun Green #465B16
RGB
CMYK
RGB Variations
Color information
#465B16 (or 0x465B16) is known color: Verdun Green. HEX triplet: 46, 5B and 16. RGB value is (70,91,22). Sum of RGB (Red+Green+Blue) = 70+91+22=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #465B16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B16 is #B9A4E9. Grayscale: #4D4D4D. Windows color (decimal): -12166378 or 1465158. OLE color: 1465158.
HSL color Cylindrical-coordinate representation of color #465B16: hue angle of 78.26º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #465B16 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 22 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.64 |
| HSL | 78.26º | 0.61% | 0.22% | - |
| HSV(B) | 78.26º | 0.76% | 0.36% | - |
| XYZ | 6.41 | 8.84 | 2.13 | - |
| YUV | 76.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 22 | 0.23 | 0 | 0.76 | 0.64 | 78.26 | 0.61 | 0.22 |
| Hex | 46 | 5B | 16 | 17 | 0 | 4C | 40 | 4E | 3D | 16 |
| Octal | 106 | 133 | 26 | 27 | 0 | 114 | 100 | 116 | 75 | 26 |
| Binary | 1000110 | 1011011 | 10110 | 10111 | 0 | 1001100 | 1000000 | 1001110 | 111101 | 10110 |
Color Harmonies of #465B16
Complementary color
Monochromatic Colors of #465B16
Black with #465B16
Text Example
Text Example
White with #465B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B16; }
p { color: rgb(70,91,22); }
H1.HeaderClassName
{
color: #465B16;
}
.AnyTagClassName
{
color: #465B16;
}
</style>
background-color css
<style>
a { background-color: #465B16; }
a { background-color: rgb(70,91,22); }
div.DivClassName
{
background-color: #465B16;
}
.BgClassName
{
background-color: #465B16;
}
</style>
border-color css
<style>
span { border-color: #465B16; }
span { border-color: rgb(70,91,22); }
td.TdClassName
{
border-color: #465B16;
}
.TagClassName
{
border-color: #465B16;
}
</style>