Shades of Verdun Green #455A17
Tints of Verdun Green #455A17
RGB
CMYK
RGB Variations
Color information
#455A17 (or 0x455A17) is known color: Verdun Green. HEX triplet: 45, 5A and 17. RGB value is (69,90,23). Sum of RGB (Red+Green+Blue) = 69+90+23=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #455A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A17 is #BAA5E8. Grayscale: #4C4C4C. Windows color (decimal): -12232169 or 1530437. OLE color: 1530437.
HSL color Cylindrical-coordinate representation of color #455A17: hue angle of 78.81º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #455A17 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 23 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.65 |
| HSL | 78.81º | 0.59% | 0.22% | - |
| HSV(B) | 78.81º | 0.74% | 0.35% | - |
| XYZ | 6.27 | 8.64 | 2.15 | - |
| YUV | 76.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 23 | 0.23 | 0 | 0.74 | 0.65 | 78.81 | 0.59 | 0.22 |
| Hex | 45 | 5A | 17 | 17 | 0 | 4A | 41 | 4F | 3B | 16 |
| Octal | 105 | 132 | 27 | 27 | 0 | 112 | 101 | 117 | 73 | 26 |
| Binary | 1000101 | 1011010 | 10111 | 10111 | 0 | 1001010 | 1000001 | 1001111 | 111011 | 10110 |
Color Harmonies of #455A17
Complementary color
Monochromatic Colors of #455A17
Black with #455A17
Text Example
Text Example
White with #455A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A17; }
p { color: rgb(69,90,23); }
H1.HeaderClassName
{
color: #455A17;
}
.AnyTagClassName
{
color: #455A17;
}
</style>
background-color css
<style>
a { background-color: #455A17; }
a { background-color: rgb(69,90,23); }
div.DivClassName
{
background-color: #455A17;
}
.BgClassName
{
background-color: #455A17;
}
</style>
border-color css
<style>
span { border-color: #455A17; }
span { border-color: rgb(69,90,23); }
td.TdClassName
{
border-color: #455A17;
}
.TagClassName
{
border-color: #455A17;
}
</style>