Shades of Verdun Green #465A17
Tints of Verdun Green #465A17
RGB
CMYK
RGB Variations
Color information
#465A17 (or 0x465A17) is known color: Verdun Green. HEX triplet: 46, 5A and 17. RGB value is (70,90,23). Sum of RGB (Red+Green+Blue) = 70+90+23=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #465A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A17 is #B9A5E8. Grayscale: #4C4C4C. Windows color (decimal): -12166633 or 1530438. OLE color: 1530438.
HSL color Cylindrical-coordinate representation of color #465A17: hue angle of 77.91º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #465A17 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 23 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.65 |
| HSL | 77.91º | 0.59% | 0.22% | - |
| HSV(B) | 77.91º | 0.74% | 0.35% | - |
| XYZ | 6.34 | 8.68 | 2.15 | - |
| YUV | 76.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 23 | 0.22 | 0 | 0.74 | 0.65 | 77.91 | 0.59 | 0.22 |
| Hex | 46 | 5A | 17 | 16 | 0 | 4A | 41 | 4E | 3B | 16 |
| Octal | 106 | 132 | 27 | 26 | 0 | 112 | 101 | 116 | 73 | 26 |
| Binary | 1000110 | 1011010 | 10111 | 10110 | 0 | 1001010 | 1000001 | 1001110 | 111011 | 10110 |
Color Harmonies of #465A17
Complementary color
Monochromatic Colors of #465A17
Black with #465A17
Text Example
Text Example
White with #465A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A17; }
p { color: rgb(70,90,23); }
H1.HeaderClassName
{
color: #465A17;
}
.AnyTagClassName
{
color: #465A17;
}
</style>
background-color css
<style>
a { background-color: #465A17; }
a { background-color: rgb(70,90,23); }
div.DivClassName
{
background-color: #465A17;
}
.BgClassName
{
background-color: #465A17;
}
</style>
border-color css
<style>
span { border-color: #465A17; }
span { border-color: rgb(70,90,23); }
td.TdClassName
{
border-color: #465A17;
}
.TagClassName
{
border-color: #465A17;
}
</style>