Shades of Verdun Green #454706
Tints of Verdun Green #454706
RGB
CMYK
RGB Variations
Color information
#454706 (or 0x454706) is known color: Verdun Green. HEX triplet: 45, 47 and 06. RGB value is (69,71,6). Sum of RGB (Red+Green+Blue) = 69+71+6=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #454706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454706 is #BAB8F9. Grayscale: #3F3F3F. Windows color (decimal): -12237050 or 411461. OLE color: 411461.
HSL color Cylindrical-coordinate representation of color #454706: hue angle of 61.85º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #454706 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 6 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.72 |
| HSL | 61.85º | 0.84% | 0.15% | - |
| HSV(B) | 61.85º | 0.92% | 0.28% | - |
| XYZ | 4.74 | 5.78 | 1.04 | - |
| YUV | 62.99 | 95.84 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 6 | 0.03 | 0 | 0.92 | 0.72 | 61.85 | 0.84 | 0.15 |
| Hex | 45 | 47 | 6 | 3 | 0 | 5C | 48 | 3E | 54 | F |
| Octal | 105 | 107 | 6 | 3 | 0 | 134 | 110 | 76 | 124 | 17 |
| Binary | 1000101 | 1000111 | 110 | 11 | 0 | 1011100 | 1001000 | 111110 | 1010100 | 1111 |
Color Harmonies of #454706
Complementary color
Monochromatic Colors of #454706
Black with #454706
Text Example
Text Example
White with #454706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454706; }
p { color: rgb(69,71,6); }
H1.HeaderClassName
{
color: #454706;
}
.AnyTagClassName
{
color: #454706;
}
</style>
background-color css
<style>
a { background-color: #454706; }
a { background-color: rgb(69,71,6); }
div.DivClassName
{
background-color: #454706;
}
.BgClassName
{
background-color: #454706;
}
</style>
border-color css
<style>
span { border-color: #454706; }
span { border-color: rgb(69,71,6); }
td.TdClassName
{
border-color: #454706;
}
.TagClassName
{
border-color: #454706;
}
</style>