Shades of Verdun Green #455A11
Tints of Verdun Green #455A11
RGB
CMYK
RGB Variations
Color information
#455A11 (or 0x455A11) is known color: Verdun Green. HEX triplet: 45, 5A and 11. RGB value is (69,90,17). Sum of RGB (Red+Green+Blue) = 69+90+17=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #455A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A11 is #BAA5EE. Grayscale: #4B4B4B. Windows color (decimal): -12232175 or 1137221. OLE color: 1137221.
HSL color Cylindrical-coordinate representation of color #455A11: hue angle of 77.26º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #455A11 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 17 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.65 |
| HSL | 77.26º | 0.68% | 0.21% | - |
| HSV(B) | 77.26º | 0.81% | 0.35% | - |
| XYZ | 6.21 | 8.62 | 1.87 | - |
| YUV | 75.4 | 95.04 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 17 | 0.23 | 0 | 0.81 | 0.65 | 77.26 | 0.68 | 0.21 |
| Hex | 45 | 5A | 11 | 17 | 0 | 51 | 41 | 4D | 44 | 15 |
| Octal | 105 | 132 | 21 | 27 | 0 | 121 | 101 | 115 | 104 | 25 |
| Binary | 1000101 | 1011010 | 10001 | 10111 | 0 | 1010001 | 1000001 | 1001101 | 1000100 | 10101 |
Color Harmonies of #455A11
Complementary color
Monochromatic Colors of #455A11
Black with #455A11
Text Example
Text Example
White with #455A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A11; }
p { color: rgb(69,90,17); }
H1.HeaderClassName
{
color: #455A11;
}
.AnyTagClassName
{
color: #455A11;
}
</style>
background-color css
<style>
a { background-color: #455A11; }
a { background-color: rgb(69,90,17); }
div.DivClassName
{
background-color: #455A11;
}
.BgClassName
{
background-color: #455A11;
}
</style>
border-color css
<style>
span { border-color: #455A11; }
span { border-color: rgb(69,90,17); }
td.TdClassName
{
border-color: #455A11;
}
.TagClassName
{
border-color: #455A11;
}
</style>