Shades of Verdun Green #454F1E
Tints of Verdun Green #454F1E
RGB
CMYK
RGB Variations
Color information
#454F1E (or 0x454F1E) is known color: Verdun Green. HEX triplet: 45, 4F and 1E. RGB value is (69,79,30). Sum of RGB (Red+Green+Blue) = 69+79+30=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #454F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F1E is #BAB0E1. Grayscale: #464646. Windows color (decimal): -12234978 or 1986373. OLE color: 1986373.
HSL color Cylindrical-coordinate representation of color #454F1E: hue angle of 72.24º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #454F1E is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 79 | 30 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.69 |
| HSL | 72.24º | 0.45% | 0.21% | - |
| HSV(B) | 72.24º | 0.62% | 0.31% | - |
| XYZ | 5.48 | 6.95 | 2.28 | - |
| YUV | 70.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 30 | 0.13 | 0 | 0.62 | 0.69 | 72.24 | 0.45 | 0.21 |
| Hex | 45 | 4F | 1E | D | 0 | 3E | 45 | 48 | 2D | 15 |
| Octal | 105 | 117 | 36 | 15 | 0 | 76 | 105 | 110 | 55 | 25 |
| Binary | 1000101 | 1001111 | 11110 | 1101 | 0 | 111110 | 1000101 | 1001000 | 101101 | 10101 |
Color Harmonies of #454F1E
Complementary color
Monochromatic Colors of #454F1E
Black with #454F1E
Text Example
Text Example
White with #454F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454F1E; }
p { color: rgb(69,79,30); }
H1.HeaderClassName
{
color: #454F1E;
}
.AnyTagClassName
{
color: #454F1E;
}
</style>
background-color css
<style>
a { background-color: #454F1E; }
a { background-color: rgb(69,79,30); }
div.DivClassName
{
background-color: #454F1E;
}
.BgClassName
{
background-color: #454F1E;
}
</style>
border-color css
<style>
span { border-color: #454F1E; }
span { border-color: rgb(69,79,30); }
td.TdClassName
{
border-color: #454F1E;
}
.TagClassName
{
border-color: #454F1E;
}
</style>