Shades of Verdun Green #455811
Tints of Verdun Green #455811
RGB
CMYK
RGB Variations
Color information
#455811 (or 0x455811) is known color: Verdun Green. HEX triplet: 45, 58 and 11. RGB value is (69,88,17). Sum of RGB (Red+Green+Blue) = 69+88+17=174 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.66% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #455811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455811 is #BAA7EE. Grayscale: #4A4A4A. Windows color (decimal): -12232687 or 1136709. OLE color: 1136709.
HSL color Cylindrical-coordinate representation of color #455811: hue angle of 76.06º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #455811 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 88 | 17 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.65 |
| HSL | 76.06º | 0.68% | 0.21% | - |
| HSV(B) | 76.06º | 0.81% | 0.35% | - |
| XYZ | 6.05 | 8.29 | 1.81 | - |
| YUV | 74.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 88 | 17 | 0.22 | 0 | 0.81 | 0.65 | 76.06 | 0.68 | 0.21 |
| Hex | 45 | 58 | 11 | 16 | 0 | 51 | 41 | 4C | 44 | 15 |
| Octal | 105 | 130 | 21 | 26 | 0 | 121 | 101 | 114 | 104 | 25 |
| Binary | 1000101 | 1011000 | 10001 | 10110 | 0 | 1010001 | 1000001 | 1001100 | 1000100 | 10101 |
Color Harmonies of #455811
Complementary color
Monochromatic Colors of #455811
Black with #455811
Text Example
Text Example
White with #455811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455811; }
p { color: rgb(69,88,17); }
H1.HeaderClassName
{
color: #455811;
}
.AnyTagClassName
{
color: #455811;
}
</style>
background-color css
<style>
a { background-color: #455811; }
a { background-color: rgb(69,88,17); }
div.DivClassName
{
background-color: #455811;
}
.BgClassName
{
background-color: #455811;
}
</style>
border-color css
<style>
span { border-color: #455811; }
span { border-color: rgb(69,88,17); }
td.TdClassName
{
border-color: #455811;
}
.TagClassName
{
border-color: #455811;
}
</style>