Shades of Verdun Green #455113
Tints of Verdun Green #455113
RGB
CMYK
RGB Variations
Color information
#455113 (or 0x455113) is known color: Verdun Green. HEX triplet: 45, 51 and 13. RGB value is (69,81,19). Sum of RGB (Red+Green+Blue) = 69+81+19=169 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.83% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #455113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455113 is #BAAEEC. Grayscale: #464646. Windows color (decimal): -12234477 or 1265989. OLE color: 1265989.
HSL color Cylindrical-coordinate representation of color #455113: hue angle of 71.61º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #455113 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 69 | 81 | 19 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.68 |
| HSL | 71.61º | 0.62% | 0.2% | - |
| HSV(B) | 71.61º | 0.77% | 0.32% | - |
| XYZ | 5.51 | 7.2 | 1.71 | - |
| YUV | 70.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 81 | 19 | 0.15 | 0 | 0.77 | 0.68 | 71.61 | 0.62 | 0.2 |
| Hex | 45 | 51 | 13 | F | 0 | 4D | 44 | 48 | 3E | 14 |
| Octal | 105 | 121 | 23 | 17 | 0 | 115 | 104 | 110 | 76 | 24 |
| Binary | 1000101 | 1010001 | 10011 | 1111 | 0 | 1001101 | 1000100 | 1001000 | 111110 | 10100 |
Color Harmonies of #455113
Complementary color
Monochromatic Colors of #455113
Black with #455113
Text Example
Text Example
White with #455113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455113; }
p { color: rgb(69,81,19); }
H1.HeaderClassName
{
color: #455113;
}
.AnyTagClassName
{
color: #455113;
}
</style>
background-color css
<style>
a { background-color: #455113; }
a { background-color: rgb(69,81,19); }
div.DivClassName
{
background-color: #455113;
}
.BgClassName
{
background-color: #455113;
}
</style>
border-color css
<style>
span { border-color: #455113; }
span { border-color: rgb(69,81,19); }
td.TdClassName
{
border-color: #455113;
}
.TagClassName
{
border-color: #455113;
}
</style>