Shades of Verdun Green #465E0D
Tints of Verdun Green #465E0D
RGB
CMYK
RGB Variations
Color information
#465E0D (or 0x465E0D) is known color: Verdun Green. HEX triplet: 46, 5E and 0D. RGB value is (70,94,13). Sum of RGB (Red+Green+Blue) = 70+94+13=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #465E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465E0D is #B9A1F2. Grayscale: #4D4D4D. Windows color (decimal): -12165619 or 876102. OLE color: 876102.
HSL color Cylindrical-coordinate representation of color #465E0D: hue angle of 77.78º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #465E0D is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 94 | 13 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.63 |
| HSL | 77.78º | 0.76% | 0.21% | - |
| HSV(B) | 77.78º | 0.86% | 0.37% | - |
| XYZ | 6.6 | 9.34 | 1.83 | - |
| YUV | 77.59 | 91.55 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 13 | 0.26 | 0 | 0.86 | 0.63 | 77.78 | 0.76 | 0.21 |
| Hex | 46 | 5E | D | 1A | 0 | 56 | 3F | 4E | 4C | 15 |
| Octal | 106 | 136 | 15 | 32 | 0 | 126 | 77 | 116 | 114 | 25 |
| Binary | 1000110 | 1011110 | 1101 | 11010 | 0 | 1010110 | 111111 | 1001110 | 1001100 | 10101 |
Color Harmonies of #465E0D
Complementary color
Monochromatic Colors of #465E0D
Black with #465E0D
Text Example
Text Example
White with #465E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465E0D; }
p { color: rgb(70,94,13); }
H1.HeaderClassName
{
color: #465E0D;
}
.AnyTagClassName
{
color: #465E0D;
}
</style>
background-color css
<style>
a { background-color: #465E0D; }
a { background-color: rgb(70,94,13); }
div.DivClassName
{
background-color: #465E0D;
}
.BgClassName
{
background-color: #465E0D;
}
</style>
border-color css
<style>
span { border-color: #465E0D; }
span { border-color: rgb(70,94,13); }
td.TdClassName
{
border-color: #465E0D;
}
.TagClassName
{
border-color: #465E0D;
}
</style>