Shades of Verdun Green #45561D
Tints of Verdun Green #45561D
RGB
CMYK
RGB Variations
Color information
#45561D (or 0x45561D) is known color: Verdun Green. HEX triplet: 45, 56 and 1D. RGB value is (69,86,29). Sum of RGB (Red+Green+Blue) = 69+86+29=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #45561D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45561D is #BAA9E2. Grayscale: #4A4A4A. Windows color (decimal): -12233187 or 1922629. OLE color: 1922629.
HSL color Cylindrical-coordinate representation of color #45561D: hue angle of 77.89º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45561D is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 69 | 86 | 29 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.66 |
| HSL | 77.89º | 0.5% | 0.23% | - |
| HSV(B) | 77.89º | 0.66% | 0.34% | - |
| XYZ | 6 | 8.01 | 2.39 | - |
| YUV | 74.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 86 | 29 | 0.20 | 0 | 0.66 | 0.66 | 77.89 | 0.5 | 0.23 |
| Hex | 45 | 56 | 1D | 14 | 0 | 42 | 42 | 4E | 32 | 17 |
| Octal | 105 | 126 | 35 | 24 | 0 | 102 | 102 | 116 | 62 | 27 |
| Binary | 1000101 | 1010110 | 11101 | 10100 | 0 | 1000010 | 1000010 | 1001110 | 110010 | 10111 |
Color Harmonies of #45561D
Complementary color
Monochromatic Colors of #45561D
Black with #45561D
Text Example
Text Example
White with #45561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45561D; }
p { color: rgb(69,86,29); }
H1.HeaderClassName
{
color: #45561D;
}
.AnyTagClassName
{
color: #45561D;
}
</style>
background-color css
<style>
a { background-color: #45561D; }
a { background-color: rgb(69,86,29); }
div.DivClassName
{
background-color: #45561D;
}
.BgClassName
{
background-color: #45561D;
}
</style>
border-color css
<style>
span { border-color: #45561D; }
span { border-color: rgb(69,86,29); }
td.TdClassName
{
border-color: #45561D;
}
.TagClassName
{
border-color: #45561D;
}
</style>