Shades of Verdun Green #445513
Tints of Verdun Green #445513
RGB
CMYK
RGB Variations
Color information
#445513 (or 0x445513) is known color: Verdun Green. HEX triplet: 44, 55 and 13. RGB value is (68,85,19). Sum of RGB (Red+Green+Blue) = 68+85+19=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #445513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445513 is #BBAAEC. Grayscale: #484848. Windows color (decimal): -12298989 or 1267012. OLE color: 1267012.
HSL color Cylindrical-coordinate representation of color #445513: hue angle of 75.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #445513 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 85 | 19 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.67 |
| HSL | 75.45º | 0.63% | 0.2% | - |
| HSV(B) | 75.45º | 0.78% | 0.33% | - |
| XYZ | 5.75 | 7.77 | 1.81 | - |
| YUV | 72.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 19 | 0.20 | 0 | 0.78 | 0.67 | 75.45 | 0.63 | 0.2 |
| Hex | 44 | 55 | 13 | 14 | 0 | 4E | 43 | 4B | 3F | 14 |
| Octal | 104 | 125 | 23 | 24 | 0 | 116 | 103 | 113 | 77 | 24 |
| Binary | 1000100 | 1010101 | 10011 | 10100 | 0 | 1001110 | 1000011 | 1001011 | 111111 | 10100 |
Color Harmonies of #445513
Complementary color
Monochromatic Colors of #445513
Black with #445513
Text Example
Text Example
White with #445513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445513; }
p { color: rgb(68,85,19); }
H1.HeaderClassName
{
color: #445513;
}
.AnyTagClassName
{
color: #445513;
}
</style>
background-color css
<style>
a { background-color: #445513; }
a { background-color: rgb(68,85,19); }
div.DivClassName
{
background-color: #445513;
}
.BgClassName
{
background-color: #445513;
}
</style>
border-color css
<style>
span { border-color: #445513; }
span { border-color: rgb(68,85,19); }
td.TdClassName
{
border-color: #445513;
}
.TagClassName
{
border-color: #445513;
}
</style>