Shades of Verdun Green #45640E
Tints of Verdun Green #45640E
RGB
CMYK
RGB Variations
Color information
#45640E (or 0x45640E) is known color: Verdun Green. HEX triplet: 45, 64 and 0E. RGB value is (69,100,14). Sum of RGB (Red+Green+Blue) = 69+100+14=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #45640E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45640E is #BA9BF1. Grayscale: #515151. Windows color (decimal): -12229618 or 943173. OLE color: 943173.
HSL color Cylindrical-coordinate representation of color #45640E: hue angle of 81.63º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45640E is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 100 | 14 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.61 |
| HSL | 81.63º | 0.75% | 0.22% | - |
| HSV(B) | 81.63º | 0.86% | 0.39% | - |
| XYZ | 7.09 | 10.41 | 2.05 | - |
| YUV | 80.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 14 | 0.31 | 0 | 0.86 | 0.61 | 81.63 | 0.75 | 0.22 |
| Hex | 45 | 64 | E | 1F | 0 | 56 | 3D | 52 | 4B | 16 |
| Octal | 105 | 144 | 16 | 37 | 0 | 126 | 75 | 122 | 113 | 26 |
| Binary | 1000101 | 1100100 | 1110 | 11111 | 0 | 1010110 | 111101 | 1010010 | 1001011 | 10110 |
Color Harmonies of #45640E
Complementary color
Monochromatic Colors of #45640E
Black with #45640E
Text Example
Text Example
White with #45640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45640E; }
p { color: rgb(69,100,14); }
H1.HeaderClassName
{
color: #45640E;
}
.AnyTagClassName
{
color: #45640E;
}
</style>
background-color css
<style>
a { background-color: #45640E; }
a { background-color: rgb(69,100,14); }
div.DivClassName
{
background-color: #45640E;
}
.BgClassName
{
background-color: #45640E;
}
</style>
border-color css
<style>
span { border-color: #45640E; }
span { border-color: rgb(69,100,14); }
td.TdClassName
{
border-color: #45640E;
}
.TagClassName
{
border-color: #45640E;
}
</style>