Shades of Verdun Green #465A14
Tints of Verdun Green #465A14
RGB
CMYK
RGB Variations
Color information
#465A14 (or 0x465A14) is known color: Verdun Green. HEX triplet: 46, 5A and 14. RGB value is (70,90,20). Sum of RGB (Red+Green+Blue) = 70+90+20=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 90 (35.55% from 255 or 50% from 180); Blue value is 20 (8.20% from 255 or 11.11% from 180); Max value from RGB is 90 - color contains mainly: green. Hex color #465A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A14 is #B9A5EB. Grayscale: #4C4C4C. Windows color (decimal): -12166636 or 1333830. OLE color: 1333830.
HSL color Cylindrical-coordinate representation of color #465A14: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #465A14 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 20 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.65 |
| HSL | 77.14º | 0.64% | 0.22% | - |
| HSV(B) | 77.14º | 0.78% | 0.35% | - |
| XYZ | 6.31 | 8.66 | 2 | - |
| YUV | 76.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 20 | 0.22 | 0 | 0.78 | 0.65 | 77.14 | 0.64 | 0.22 |
| Hex | 46 | 5A | 14 | 16 | 0 | 4E | 41 | 4D | 40 | 16 |
| Octal | 106 | 132 | 24 | 26 | 0 | 116 | 101 | 115 | 100 | 26 |
| Binary | 1000110 | 1011010 | 10100 | 10110 | 0 | 1001110 | 1000001 | 1001101 | 1000000 | 10110 |
Color Harmonies of #465A14
Complementary color
Monochromatic Colors of #465A14
Black with #465A14
Text Example
Text Example
White with #465A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A14; }
p { color: rgb(70,90,20); }
H1.HeaderClassName
{
color: #465A14;
}
.AnyTagClassName
{
color: #465A14;
}
</style>
background-color css
<style>
a { background-color: #465A14; }
a { background-color: rgb(70,90,20); }
div.DivClassName
{
background-color: #465A14;
}
.BgClassName
{
background-color: #465A14;
}
</style>
border-color css
<style>
span { border-color: #465A14; }
span { border-color: rgb(70,90,20); }
td.TdClassName
{
border-color: #465A14;
}
.TagClassName
{
border-color: #465A14;
}
</style>