Shades of Verdun Green #465219
Tints of Verdun Green #465219
RGB
CMYK
RGB Variations
Color information
#465219 (or 0x465219) is known color: Verdun Green. HEX triplet: 46, 52 and 19. RGB value is (70,82,25). Sum of RGB (Red+Green+Blue) = 70+82+25=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #465219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465219 is #B9ADE6. Grayscale: #484848. Windows color (decimal): -12168679 or 1659462. OLE color: 1659462.
HSL color Cylindrical-coordinate representation of color #465219: hue angle of 72.63º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #465219 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 25 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.68 |
| HSL | 72.63º | 0.53% | 0.21% | - |
| HSV(B) | 72.63º | 0.7% | 0.32% | - |
| XYZ | 5.72 | 7.41 | 2.05 | - |
| YUV | 71.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 25 | 0.15 | 0 | 0.70 | 0.68 | 72.63 | 0.53 | 0.21 |
| Hex | 46 | 52 | 19 | F | 0 | 46 | 44 | 49 | 35 | 15 |
| Octal | 106 | 122 | 31 | 17 | 0 | 106 | 104 | 111 | 65 | 25 |
| Binary | 1000110 | 1010010 | 11001 | 1111 | 0 | 1000110 | 1000100 | 1001001 | 110101 | 10101 |
Color Harmonies of #465219
Complementary color
Monochromatic Colors of #465219
Black with #465219
Text Example
Text Example
White with #465219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465219; }
p { color: rgb(70,82,25); }
H1.HeaderClassName
{
color: #465219;
}
.AnyTagClassName
{
color: #465219;
}
</style>
background-color css
<style>
a { background-color: #465219; }
a { background-color: rgb(70,82,25); }
div.DivClassName
{
background-color: #465219;
}
.BgClassName
{
background-color: #465219;
}
</style>
border-color css
<style>
span { border-color: #465219; }
span { border-color: rgb(70,82,25); }
td.TdClassName
{
border-color: #465219;
}
.TagClassName
{
border-color: #465219;
}
</style>