Shades of Verdun Green #44511A
Tints of Verdun Green #44511A
RGB
CMYK
RGB Variations
Color information
#44511A (or 0x44511A) is known color: Verdun Green. HEX triplet: 44, 51 and 1A. RGB value is (68,81,26). Sum of RGB (Red+Green+Blue) = 68+81+26=175 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.86% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #44511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44511A is #BBAEE5. Grayscale: #474747. Windows color (decimal): -12300006 or 1724740. OLE color: 1724740.
HSL color Cylindrical-coordinate representation of color #44511A: hue angle of 74.18º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44511A is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 81 | 26 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.68 |
| HSL | 74.18º | 0.51% | 0.21% | - |
| HSV(B) | 74.18º | 0.68% | 0.32% | - |
| XYZ | 5.51 | 7.19 | 2.07 | - |
| YUV | 70.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 26 | 0.16 | 0 | 0.68 | 0.68 | 74.18 | 0.51 | 0.21 |
| Hex | 44 | 51 | 1A | 10 | 0 | 44 | 44 | 4A | 33 | 15 |
| Octal | 104 | 121 | 32 | 20 | 0 | 104 | 104 | 112 | 63 | 25 |
| Binary | 1000100 | 1010001 | 11010 | 10000 | 0 | 1000100 | 1000100 | 1001010 | 110011 | 10101 |
Color Harmonies of #44511A
Complementary color
Monochromatic Colors of #44511A
Black with #44511A
Text Example
Text Example
White with #44511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44511A; }
p { color: rgb(68,81,26); }
H1.HeaderClassName
{
color: #44511A;
}
.AnyTagClassName
{
color: #44511A;
}
</style>
background-color css
<style>
a { background-color: #44511A; }
a { background-color: rgb(68,81,26); }
div.DivClassName
{
background-color: #44511A;
}
.BgClassName
{
background-color: #44511A;
}
</style>
border-color css
<style>
span { border-color: #44511A; }
span { border-color: rgb(68,81,26); }
td.TdClassName
{
border-color: #44511A;
}
.TagClassName
{
border-color: #44511A;
}
</style>