Shades of Verdun Green #465F13
Tints of Verdun Green #465F13
RGB
CMYK
RGB Variations
Color information
#465F13 (or 0x465F13) is known color: Verdun Green. HEX triplet: 46, 5F and 13. RGB value is (70,95,19). Sum of RGB (Red+Green+Blue) = 70+95+19=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #465F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465F13 is #B9A0EC. Grayscale: #4F4F4F. Windows color (decimal): -12165357 or 1269574. OLE color: 1269574.
HSL color Cylindrical-coordinate representation of color #465F13: hue angle of 79.74º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #465F13 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 95 | 19 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.63 |
| HSL | 79.74º | 0.67% | 0.22% | - |
| HSV(B) | 79.74º | 0.8% | 0.37% | - |
| XYZ | 6.74 | 9.53 | 2.1 | - |
| YUV | 78.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 19 | 0.26 | 0 | 0.80 | 0.63 | 79.74 | 0.67 | 0.22 |
| Hex | 46 | 5F | 13 | 1A | 0 | 50 | 3F | 50 | 43 | 16 |
| Octal | 106 | 137 | 23 | 32 | 0 | 120 | 77 | 120 | 103 | 26 |
| Binary | 1000110 | 1011111 | 10011 | 11010 | 0 | 1010000 | 111111 | 1010000 | 1000011 | 10110 |
Color Harmonies of #465F13
Complementary color
Monochromatic Colors of #465F13
Black with #465F13
Text Example
Text Example
White with #465F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465F13; }
p { color: rgb(70,95,19); }
H1.HeaderClassName
{
color: #465F13;
}
.AnyTagClassName
{
color: #465F13;
}
</style>
background-color css
<style>
a { background-color: #465F13; }
a { background-color: rgb(70,95,19); }
div.DivClassName
{
background-color: #465F13;
}
.BgClassName
{
background-color: #465F13;
}
</style>
border-color css
<style>
span { border-color: #465F13; }
span { border-color: rgb(70,95,19); }
td.TdClassName
{
border-color: #465F13;
}
.TagClassName
{
border-color: #465F13;
}
</style>