Shades of Verdun Green #465B14
Tints of Verdun Green #465B14
RGB
CMYK
RGB Variations
Color information
#465B14 (or 0x465B14) is known color: Verdun Green. HEX triplet: 46, 5B and 14. RGB value is (70,91,20). Sum of RGB (Red+Green+Blue) = 70+91+20=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 91 (35.94% from 255 or 50.28% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 91 - color contains mainly: green. Hex color #465B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B14 is #B9A4EB. Grayscale: #4C4C4C. Windows color (decimal): -12166380 or 1334086. OLE color: 1334086.
HSL color Cylindrical-coordinate representation of color #465B14: hue angle of 77.75º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #465B14 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 91 | 20 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.64 |
| HSL | 77.75º | 0.64% | 0.22% | - |
| HSV(B) | 77.75º | 0.78% | 0.36% | - |
| XYZ | 6.39 | 8.83 | 2.03 | - |
| YUV | 76.63 | 96.04 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 20 | 0.23 | 0 | 0.78 | 0.64 | 77.75 | 0.64 | 0.22 |
| Hex | 46 | 5B | 14 | 17 | 0 | 4E | 40 | 4E | 40 | 16 |
| Octal | 106 | 133 | 24 | 27 | 0 | 116 | 100 | 116 | 100 | 26 |
| Binary | 1000110 | 1011011 | 10100 | 10111 | 0 | 1001110 | 1000000 | 1001110 | 1000000 | 10110 |
Color Harmonies of #465B14
Complementary color
Monochromatic Colors of #465B14
Black with #465B14
Text Example
Text Example
White with #465B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B14; }
p { color: rgb(70,91,20); }
H1.HeaderClassName
{
color: #465B14;
}
.AnyTagClassName
{
color: #465B14;
}
</style>
background-color css
<style>
a { background-color: #465B14; }
a { background-color: rgb(70,91,20); }
div.DivClassName
{
background-color: #465B14;
}
.BgClassName
{
background-color: #465B14;
}
</style>
border-color css
<style>
span { border-color: #465B14; }
span { border-color: rgb(70,91,20); }
td.TdClassName
{
border-color: #465B14;
}
.TagClassName
{
border-color: #465B14;
}
</style>