Shades of Verdun Green #455E0E
Tints of Verdun Green #455E0E
RGB
CMYK
RGB Variations
Color information
#455E0E (or 0x455E0E) is known color: Verdun Green. HEX triplet: 45, 5E and 0E. RGB value is (69,94,14). Sum of RGB (Red+Green+Blue) = 69+94+14=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #455E0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455E0E is #BAA1F1. Grayscale: #4D4D4D. Windows color (decimal): -12231154 or 941637. OLE color: 941637.
HSL color Cylindrical-coordinate representation of color #455E0E: hue angle of 78.75º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #455E0E is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 94 | 14 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.63 |
| HSL | 78.75º | 0.74% | 0.21% | - |
| HSV(B) | 78.75º | 0.85% | 0.37% | - |
| XYZ | 6.54 | 9.3 | 1.87 | - |
| YUV | 77.41 | 92.22 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 94 | 14 | 0.27 | 0 | 0.85 | 0.63 | 78.75 | 0.74 | 0.21 |
| Hex | 45 | 5E | E | 1B | 0 | 55 | 3F | 4F | 4A | 15 |
| Octal | 105 | 136 | 16 | 33 | 0 | 125 | 77 | 117 | 112 | 25 |
| Binary | 1000101 | 1011110 | 1110 | 11011 | 0 | 1010101 | 111111 | 1001111 | 1001010 | 10101 |
Color Harmonies of #455E0E
Complementary color
Monochromatic Colors of #455E0E
Black with #455E0E
Text Example
Text Example
White with #455E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455E0E; }
p { color: rgb(69,94,14); }
H1.HeaderClassName
{
color: #455E0E;
}
.AnyTagClassName
{
color: #455E0E;
}
</style>
background-color css
<style>
a { background-color: #455E0E; }
a { background-color: rgb(69,94,14); }
div.DivClassName
{
background-color: #455E0E;
}
.BgClassName
{
background-color: #455E0E;
}
</style>
border-color css
<style>
span { border-color: #455E0E; }
span { border-color: rgb(69,94,14); }
td.TdClassName
{
border-color: #455E0E;
}
.TagClassName
{
border-color: #455E0E;
}
</style>