Shades of Verdun Green #455017
Tints of Verdun Green #455017
RGB
CMYK
RGB Variations
Color information
#455017 (or 0x455017) is known color: Verdun Green. HEX triplet: 45, 50 and 17. RGB value is (69,80,23). Sum of RGB (Red+Green+Blue) = 69+80+23=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 80 - color contains mainly: green. Hex color #455017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455017 is #BAAFE8. Grayscale: #464646. Windows color (decimal): -12234729 or 1527877. OLE color: 1527877.
HSL color Cylindrical-coordinate representation of color #455017: hue angle of 71.58º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #455017 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 23 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.69 |
| HSL | 71.58º | 0.55% | 0.2% | - |
| HSV(B) | 71.58º | 0.71% | 0.31% | - |
| XYZ | 5.48 | 7.06 | 1.89 | - |
| YUV | 70.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 23 | 0.14 | 0 | 0.71 | 0.69 | 71.58 | 0.55 | 0.2 |
| Hex | 45 | 50 | 17 | E | 0 | 47 | 45 | 48 | 37 | 14 |
| Octal | 105 | 120 | 27 | 16 | 0 | 107 | 105 | 110 | 67 | 24 |
| Binary | 1000101 | 1010000 | 10111 | 1110 | 0 | 1000111 | 1000101 | 1001000 | 110111 | 10100 |
Color Harmonies of #455017
Complementary color
Monochromatic Colors of #455017
Black with #455017
Text Example
Text Example
White with #455017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455017; }
p { color: rgb(69,80,23); }
H1.HeaderClassName
{
color: #455017;
}
.AnyTagClassName
{
color: #455017;
}
</style>
background-color css
<style>
a { background-color: #455017; }
a { background-color: rgb(69,80,23); }
div.DivClassName
{
background-color: #455017;
}
.BgClassName
{
background-color: #455017;
}
</style>
border-color css
<style>
span { border-color: #455017; }
span { border-color: rgb(69,80,23); }
td.TdClassName
{
border-color: #455017;
}
.TagClassName
{
border-color: #455017;
}
</style>