Shades of Verdun Green #455007
Tints of Verdun Green #455007
RGB
CMYK
RGB Variations
Color information
#455007 (or 0x455007) is known color: Verdun Green. HEX triplet: 45, 50 and 07. RGB value is (69,80,7). Sum of RGB (Red+Green+Blue) = 69+80+7=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 80 (31.64% from 255 or 51.28% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 80 - color contains mainly: green. Hex color #455007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455007 is #BAAFF8. Grayscale: #444444. Windows color (decimal): -12234745 or 479301. OLE color: 479301.
HSL color Cylindrical-coordinate representation of color #455007: hue angle of 69.04º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #455007 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 80 | 7 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.69 |
| HSL | 69.04º | 0.84% | 0.17% | - |
| HSV(B) | 69.04º | 0.91% | 0.31% | - |
| XYZ | 5.36 | 7.02 | 1.27 | - |
| YUV | 68.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 7 | 0.14 | 0 | 0.91 | 0.69 | 69.04 | 0.84 | 0.17 |
| Hex | 45 | 50 | 7 | E | 0 | 5B | 45 | 45 | 54 | 11 |
| Octal | 105 | 120 | 7 | 16 | 0 | 133 | 105 | 105 | 124 | 21 |
| Binary | 1000101 | 1010000 | 111 | 1110 | 0 | 1011011 | 1000101 | 1000101 | 1010100 | 10001 |
Color Harmonies of #455007
Complementary color
Monochromatic Colors of #455007
Black with #455007
Text Example
Text Example
White with #455007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455007; }
p { color: rgb(69,80,7); }
H1.HeaderClassName
{
color: #455007;
}
.AnyTagClassName
{
color: #455007;
}
</style>
background-color css
<style>
a { background-color: #455007; }
a { background-color: rgb(69,80,7); }
div.DivClassName
{
background-color: #455007;
}
.BgClassName
{
background-color: #455007;
}
</style>
border-color css
<style>
span { border-color: #455007; }
span { border-color: rgb(69,80,7); }
td.TdClassName
{
border-color: #455007;
}
.TagClassName
{
border-color: #455007;
}
</style>