Shades of Verdun Green #454700
Tints of Verdun Green #454700
RGB
CMYK
RGB Variations
Color information
#454700 (or 0x454700) is known color: Verdun Green. HEX triplet: 45, 47 and 00. RGB value is (69,71,0). Sum of RGB (Red+Green+Blue) = 69+71+0=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #454700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454700 is #BAB8FF. Grayscale: #3E3E3E. Windows color (decimal): -12237056 or 18245. OLE color: 18245.
HSL color Cylindrical-coordinate representation of color #454700: hue angle of 61.69º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #454700 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 71 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.72 |
| HSL | 61.69º | 1% | 0.14% | - |
| HSV(B) | 61.69º | 1% | 0.28% | - |
| XYZ | 4.71 | 5.77 | 0.87 | - |
| YUV | 62.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 0 | 0.03 | 0 | 1 | 0.72 | 61.69 | 1 | 0.14 |
| Hex | 45 | 47 | 0 | 3 | 0 | 64 | 48 | 3E | 64 | E |
| Octal | 105 | 107 | 0 | 3 | 0 | 144 | 110 | 76 | 144 | 16 |
| Binary | 1000101 | 1000111 | 0 | 11 | 0 | 1100100 | 1001000 | 111110 | 1100100 | 1110 |
Color Harmonies of #454700
Complementary color
Monochromatic Colors of #454700
Black with #454700
Text Example
Text Example
White with #454700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454700; }
p { color: rgb(69,71,0); }
H1.HeaderClassName
{
color: #454700;
}
.AnyTagClassName
{
color: #454700;
}
</style>
background-color css
<style>
a { background-color: #454700; }
a { background-color: rgb(69,71,0); }
div.DivClassName
{
background-color: #454700;
}
.BgClassName
{
background-color: #454700;
}
</style>
border-color css
<style>
span { border-color: #454700; }
span { border-color: rgb(69,71,0); }
td.TdClassName
{
border-color: #454700;
}
.TagClassName
{
border-color: #454700;
}
</style>