Shades of Verdun Green #455114
Tints of Verdun Green #455114
RGB
CMYK
RGB Variations
Color information
#455114 (or 0x455114) is known color: Verdun Green. HEX triplet: 45, 51 and 14. RGB value is (69,81,20). Sum of RGB (Red+Green+Blue) = 69+81+20=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #455114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455114 is #BAAEEB. Grayscale: #464646. Windows color (decimal): -12234476 or 1331525. OLE color: 1331525.
HSL color Cylindrical-coordinate representation of color #455114: hue angle of 71.8º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #455114 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 20 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.68 |
| HSL | 71.8º | 0.6% | 0.2% | - |
| HSV(B) | 71.8º | 0.75% | 0.32% | - |
| XYZ | 5.52 | 7.2 | 1.76 | - |
| YUV | 70.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 20 | 0.15 | 0 | 0.75 | 0.68 | 71.8 | 0.6 | 0.2 |
| Hex | 45 | 51 | 14 | F | 0 | 4B | 44 | 48 | 3C | 14 |
| Octal | 105 | 121 | 24 | 17 | 0 | 113 | 104 | 110 | 74 | 24 |
| Binary | 1000101 | 1010001 | 10100 | 1111 | 0 | 1001011 | 1000100 | 1001000 | 111100 | 10100 |
Color Harmonies of #455114
Complementary color
Monochromatic Colors of #455114
Black with #455114
Text Example
Text Example
White with #455114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455114; }
p { color: rgb(69,81,20); }
H1.HeaderClassName
{
color: #455114;
}
.AnyTagClassName
{
color: #455114;
}
</style>
background-color css
<style>
a { background-color: #455114; }
a { background-color: rgb(69,81,20); }
div.DivClassName
{
background-color: #455114;
}
.BgClassName
{
background-color: #455114;
}
</style>
border-color css
<style>
span { border-color: #455114; }
span { border-color: rgb(69,81,20); }
td.TdClassName
{
border-color: #455114;
}
.TagClassName
{
border-color: #455114;
}
</style>