Shades of Verdun Green #445512
Tints of Verdun Green #445512
RGB
CMYK
RGB Variations
Color information
#445512 (or 0x445512) is known color: Verdun Green. HEX triplet: 44, 55 and 12. RGB value is (68,85,18). Sum of RGB (Red+Green+Blue) = 68+85+18=171 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.77% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #445512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445512 is #BBAAED. Grayscale: #484848. Windows color (decimal): -12298990 or 1201476. OLE color: 1201476.
HSL color Cylindrical-coordinate representation of color #445512: hue angle of 75.22º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #445512 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 18 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.67 |
| HSL | 75.22º | 0.65% | 0.2% | - |
| HSV(B) | 75.22º | 0.79% | 0.33% | - |
| XYZ | 5.74 | 7.77 | 1.77 | - |
| YUV | 72.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 18 | 0.20 | 0 | 0.79 | 0.67 | 75.22 | 0.65 | 0.2 |
| Hex | 44 | 55 | 12 | 14 | 0 | 4F | 43 | 4B | 41 | 14 |
| Octal | 104 | 125 | 22 | 24 | 0 | 117 | 103 | 113 | 101 | 24 |
| Binary | 1000100 | 1010101 | 10010 | 10100 | 0 | 1001111 | 1000011 | 1001011 | 1000001 | 10100 |
Color Harmonies of #445512
Complementary color
Monochromatic Colors of #445512
Black with #445512
Text Example
Text Example
White with #445512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445512; }
p { color: rgb(68,85,18); }
H1.HeaderClassName
{
color: #445512;
}
.AnyTagClassName
{
color: #445512;
}
</style>
background-color css
<style>
a { background-color: #445512; }
a { background-color: rgb(68,85,18); }
div.DivClassName
{
background-color: #445512;
}
.BgClassName
{
background-color: #445512;
}
</style>
border-color css
<style>
span { border-color: #445512; }
span { border-color: rgb(68,85,18); }
td.TdClassName
{
border-color: #445512;
}
.TagClassName
{
border-color: #445512;
}
</style>