Shades of Verdun Green #455705
Tints of Verdun Green #455705
RGB
CMYK
RGB Variations
Color information
#455705 (or 0x455705) is known color: Verdun Green. HEX triplet: 45, 57 and 05. RGB value is (69,87,5). Sum of RGB (Red+Green+Blue) = 69+87+5=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 5 (2.34% from 255 or 3.11% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #455705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455705 is #BAA8FA. Grayscale: #484848. Windows color (decimal): -12232955 or 350021. OLE color: 350021.
HSL color Cylindrical-coordinate representation of color #455705: hue angle of 73.17º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #455705 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 87 | 5 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.66 |
| HSL | 73.17º | 0.89% | 0.18% | - |
| HSV(B) | 73.17º | 0.94% | 0.34% | - |
| XYZ | 5.89 | 8.09 | 1.4 | - |
| YUV | 72.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 5 | 0.21 | 0 | 0.94 | 0.66 | 73.17 | 0.89 | 0.18 |
| Hex | 45 | 57 | 5 | 15 | 0 | 5E | 42 | 49 | 59 | 12 |
| Octal | 105 | 127 | 5 | 25 | 0 | 136 | 102 | 111 | 131 | 22 |
| Binary | 1000101 | 1010111 | 101 | 10101 | 0 | 1011110 | 1000010 | 1001001 | 1011001 | 10010 |
Color Harmonies of #455705
Complementary color
Monochromatic Colors of #455705
Black with #455705
Text Example
Text Example
White with #455705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455705; }
p { color: rgb(69,87,5); }
H1.HeaderClassName
{
color: #455705;
}
.AnyTagClassName
{
color: #455705;
}
</style>
background-color css
<style>
a { background-color: #455705; }
a { background-color: rgb(69,87,5); }
div.DivClassName
{
background-color: #455705;
}
.BgClassName
{
background-color: #455705;
}
</style>
border-color css
<style>
span { border-color: #455705; }
span { border-color: rgb(69,87,5); }
td.TdClassName
{
border-color: #455705;
}
.TagClassName
{
border-color: #455705;
}
</style>