Shades of Verdun Green #455005
Tints of Verdun Green #455005
RGB
CMYK
RGB Variations
Color information
#455005 (or 0x455005) is known color: Verdun Green. HEX triplet: 45, 50 and 05. RGB value is (69,80,5). Sum of RGB (Red+Green+Blue) = 69+80+5=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #455005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455005 is #BAAFFA. Grayscale: #444444. Windows color (decimal): -12234747 or 348229. OLE color: 348229.
HSL color Cylindrical-coordinate representation of color #455005: hue angle of 68.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #455005 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 5 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.69 |
| HSL | 68.8º | 0.88% | 0.17% | - |
| HSV(B) | 68.8º | 0.94% | 0.31% | - |
| XYZ | 5.35 | 7.01 | 1.22 | - |
| YUV | 68.16 | 92.36 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 5 | 0.14 | 0 | 0.94 | 0.69 | 68.8 | 0.88 | 0.17 |
| Hex | 45 | 50 | 5 | E | 0 | 5E | 45 | 45 | 58 | 11 |
| Octal | 105 | 120 | 5 | 16 | 0 | 136 | 105 | 105 | 130 | 21 |
| Binary | 1000101 | 1010000 | 101 | 1110 | 0 | 1011110 | 1000101 | 1000101 | 1011000 | 10001 |
Color Harmonies of #455005
Complementary color
Monochromatic Colors of #455005
Black with #455005
Text Example
Text Example
White with #455005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455005; }
p { color: rgb(69,80,5); }
H1.HeaderClassName
{
color: #455005;
}
.AnyTagClassName
{
color: #455005;
}
</style>
background-color css
<style>
a { background-color: #455005; }
a { background-color: rgb(69,80,5); }
div.DivClassName
{
background-color: #455005;
}
.BgClassName
{
background-color: #455005;
}
</style>
border-color css
<style>
span { border-color: #455005; }
span { border-color: rgb(69,80,5); }
td.TdClassName
{
border-color: #455005;
}
.TagClassName
{
border-color: #455005;
}
</style>