Shades of Verdun Green #465A11
Tints of Verdun Green #465A11
RGB
CMYK
RGB Variations
Color information
#465A11 (or 0x465A11) is known color: Verdun Green. HEX triplet: 46, 5A and 11. RGB value is (70,90,17). Sum of RGB (Red+Green+Blue) = 70+90+17=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #465A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A11 is #B9A5EE. Grayscale: #4B4B4B. Windows color (decimal): -12166639 or 1137222. OLE color: 1137222.
HSL color Cylindrical-coordinate representation of color #465A11: hue angle of 76.44º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #465A11 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 17 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.65 |
| HSL | 76.44º | 0.68% | 0.21% | - |
| HSV(B) | 76.44º | 0.81% | 0.35% | - |
| XYZ | 6.28 | 8.65 | 1.87 | - |
| YUV | 75.7 | 94.87 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 17 | 0.22 | 0 | 0.81 | 0.65 | 76.44 | 0.68 | 0.21 |
| Hex | 46 | 5A | 11 | 16 | 0 | 51 | 41 | 4C | 44 | 15 |
| Octal | 106 | 132 | 21 | 26 | 0 | 121 | 101 | 114 | 104 | 25 |
| Binary | 1000110 | 1011010 | 10001 | 10110 | 0 | 1010001 | 1000001 | 1001100 | 1000100 | 10101 |
Color Harmonies of #465A11
Complementary color
Monochromatic Colors of #465A11
Black with #465A11
Text Example
Text Example
White with #465A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A11; }
p { color: rgb(70,90,17); }
H1.HeaderClassName
{
color: #465A11;
}
.AnyTagClassName
{
color: #465A11;
}
</style>
background-color css
<style>
a { background-color: #465A11; }
a { background-color: rgb(70,90,17); }
div.DivClassName
{
background-color: #465A11;
}
.BgClassName
{
background-color: #465A11;
}
</style>
border-color css
<style>
span { border-color: #465A11; }
span { border-color: rgb(70,90,17); }
td.TdClassName
{
border-color: #465A11;
}
.TagClassName
{
border-color: #465A11;
}
</style>