Shades of Verdun Green #464915
Tints of Verdun Green #464915
RGB
CMYK
RGB Variations
Color information
#464915 (or 0x464915) is known color: Verdun Green. HEX triplet: 46, 49 and 15. RGB value is (70,73,21). Sum of RGB (Red+Green+Blue) = 70+73+21=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #464915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464915 is #B9B6EA. Grayscale: #424242. Windows color (decimal): -12170987 or 1395014. OLE color: 1395014.
HSL color Cylindrical-coordinate representation of color #464915: hue angle of 63.46º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464915 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 21 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.71 |
| HSL | 63.46º | 0.55% | 0.18% | - |
| HSV(B) | 63.46º | 0.71% | 0.29% | - |
| XYZ | 5.04 | 6.12 | 1.63 | - |
| YUV | 66.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 21 | 0.04 | 0 | 0.71 | 0.71 | 63.46 | 0.55 | 0.18 |
| Hex | 46 | 49 | 15 | 4 | 0 | 47 | 47 | 3F | 37 | 12 |
| Octal | 106 | 111 | 25 | 4 | 0 | 107 | 107 | 77 | 67 | 22 |
| Binary | 1000110 | 1001001 | 10101 | 100 | 0 | 1000111 | 1000111 | 111111 | 110111 | 10010 |
Color Harmonies of #464915
Complementary color
Monochromatic Colors of #464915
Black with #464915
Text Example
Text Example
White with #464915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464915; }
p { color: rgb(70,73,21); }
H1.HeaderClassName
{
color: #464915;
}
.AnyTagClassName
{
color: #464915;
}
</style>
background-color css
<style>
a { background-color: #464915; }
a { background-color: rgb(70,73,21); }
div.DivClassName
{
background-color: #464915;
}
.BgClassName
{
background-color: #464915;
}
</style>
border-color css
<style>
span { border-color: #464915; }
span { border-color: rgb(70,73,21); }
td.TdClassName
{
border-color: #464915;
}
.TagClassName
{
border-color: #464915;
}
</style>