Shades of Verdun Green #455A16
Tints of Verdun Green #455A16
RGB
CMYK
RGB Variations
Color information
#455A16 (or 0x455A16) is known color: Verdun Green. HEX triplet: 45, 5A and 16. RGB value is (69,90,22). Sum of RGB (Red+Green+Blue) = 69+90+22=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #455A16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A16 is #BAA5E9. Grayscale: #4C4C4C. Windows color (decimal): -12232170 or 1464901. OLE color: 1464901.
HSL color Cylindrical-coordinate representation of color #455A16: hue angle of 78.53º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #455A16 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 22 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.65 |
| HSL | 78.53º | 0.61% | 0.22% | - |
| HSV(B) | 78.53º | 0.76% | 0.35% | - |
| XYZ | 6.26 | 8.64 | 2.1 | - |
| YUV | 75.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 22 | 0.23 | 0 | 0.76 | 0.65 | 78.53 | 0.61 | 0.22 |
| Hex | 45 | 5A | 16 | 17 | 0 | 4C | 41 | 4F | 3D | 16 |
| Octal | 105 | 132 | 26 | 27 | 0 | 114 | 101 | 117 | 75 | 26 |
| Binary | 1000101 | 1011010 | 10110 | 10111 | 0 | 1001100 | 1000001 | 1001111 | 111101 | 10110 |
Color Harmonies of #455A16
Complementary color
Monochromatic Colors of #455A16
Black with #455A16
Text Example
Text Example
White with #455A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A16; }
p { color: rgb(69,90,22); }
H1.HeaderClassName
{
color: #455A16;
}
.AnyTagClassName
{
color: #455A16;
}
</style>
background-color css
<style>
a { background-color: #455A16; }
a { background-color: rgb(69,90,22); }
div.DivClassName
{
background-color: #455A16;
}
.BgClassName
{
background-color: #455A16;
}
</style>
border-color css
<style>
span { border-color: #455A16; }
span { border-color: rgb(69,90,22); }
td.TdClassName
{
border-color: #455A16;
}
.TagClassName
{
border-color: #455A16;
}
</style>