Shades of Verdun Green #465121
Tints of Verdun Green #465121
RGB
CMYK
RGB Variations
Color information
#465121 (or 0x465121) is known color: Verdun Green. HEX triplet: 46, 51 and 21. RGB value is (70,81,33). Sum of RGB (Red+Green+Blue) = 70+81+33=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #465121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465121 is #B9AEDE. Grayscale: #484848. Windows color (decimal): -12168927 or 2183494. OLE color: 2183494.
HSL color Cylindrical-coordinate representation of color #465121: hue angle of 73.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #465121 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 33 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.68 |
| HSL | 73.75º | 0.42% | 0.22% | - |
| HSV(B) | 73.75º | 0.59% | 0.32% | - |
| XYZ | 5.74 | 7.3 | 2.54 | - |
| YUV | 72.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 33 | 0.14 | 0 | 0.59 | 0.68 | 73.75 | 0.42 | 0.22 |
| Hex | 46 | 51 | 21 | E | 0 | 3B | 44 | 4A | 2A | 16 |
| Octal | 106 | 121 | 41 | 16 | 0 | 73 | 104 | 112 | 52 | 26 |
| Binary | 1000110 | 1010001 | 100001 | 1110 | 0 | 111011 | 1000100 | 1001010 | 101010 | 10110 |
Color Harmonies of #465121
Complementary color
Monochromatic Colors of #465121
Black with #465121
Text Example
Text Example
White with #465121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465121; }
p { color: rgb(70,81,33); }
H1.HeaderClassName
{
color: #465121;
}
.AnyTagClassName
{
color: #465121;
}
</style>
background-color css
<style>
a { background-color: #465121; }
a { background-color: rgb(70,81,33); }
div.DivClassName
{
background-color: #465121;
}
.BgClassName
{
background-color: #465121;
}
</style>
border-color css
<style>
span { border-color: #465121; }
span { border-color: rgb(70,81,33); }
td.TdClassName
{
border-color: #465121;
}
.TagClassName
{
border-color: #465121;
}
</style>