Shades of Verdun Green #455B17
Tints of Verdun Green #455B17
RGB
CMYK
RGB Variations
Color information
#455B17 (or 0x455B17) is known color: Verdun Green. HEX triplet: 45, 5B and 17. RGB value is (69,91,23). Sum of RGB (Red+Green+Blue) = 69+91+23=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #455B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455B17 is #BAA4E8. Grayscale: #4C4C4C. Windows color (decimal): -12231913 or 1530693. OLE color: 1530693.
HSL color Cylindrical-coordinate representation of color #455B17: hue angle of 79.41º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #455B17 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 23 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.64 |
| HSL | 79.41º | 0.6% | 0.22% | - |
| HSV(B) | 79.41º | 0.75% | 0.36% | - |
| XYZ | 6.35 | 8.81 | 2.18 | - |
| YUV | 76.67 | 97.71 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 23 | 0.24 | 0 | 0.75 | 0.64 | 79.41 | 0.6 | 0.22 |
| Hex | 45 | 5B | 17 | 18 | 0 | 4B | 40 | 4F | 3C | 16 |
| Octal | 105 | 133 | 27 | 30 | 0 | 113 | 100 | 117 | 74 | 26 |
| Binary | 1000101 | 1011011 | 10111 | 11000 | 0 | 1001011 | 1000000 | 1001111 | 111100 | 10110 |
Color Harmonies of #455B17
Complementary color
Monochromatic Colors of #455B17
Black with #455B17
Text Example
Text Example
White with #455B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B17; }
p { color: rgb(69,91,23); }
H1.HeaderClassName
{
color: #455B17;
}
.AnyTagClassName
{
color: #455B17;
}
</style>
background-color css
<style>
a { background-color: #455B17; }
a { background-color: rgb(69,91,23); }
div.DivClassName
{
background-color: #455B17;
}
.BgClassName
{
background-color: #455B17;
}
</style>
border-color css
<style>
span { border-color: #455B17; }
span { border-color: rgb(69,91,23); }
td.TdClassName
{
border-color: #455B17;
}
.TagClassName
{
border-color: #455B17;
}
</style>