Shades of Verdun Green #44561A
Tints of Verdun Green #44561A
RGB
CMYK
RGB Variations
Color information
#44561A (or 0x44561A) is known color: Verdun Green. HEX triplet: 44, 56 and 1A. RGB value is (68,86,26). Sum of RGB (Red+Green+Blue) = 68+86+26=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #44561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44561A is #BBA9E5. Grayscale: #494949. Windows color (decimal): -12298726 or 1726020. OLE color: 1726020.
HSL color Cylindrical-coordinate representation of color #44561A: hue angle of 78º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44561A is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 86 | 26 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.66 |
| HSL | 78º | 0.54% | 0.22% | - |
| HSV(B) | 78º | 0.7% | 0.34% | - |
| XYZ | 5.9 | 7.96 | 2.2 | - |
| YUV | 73.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 26 | 0.21 | 0 | 0.70 | 0.66 | 78 | 0.54 | 0.22 |
| Hex | 44 | 56 | 1A | 15 | 0 | 46 | 42 | 4E | 36 | 16 |
| Octal | 104 | 126 | 32 | 25 | 0 | 106 | 102 | 116 | 66 | 26 |
| Binary | 1000100 | 1010110 | 11010 | 10101 | 0 | 1000110 | 1000010 | 1001110 | 110110 | 10110 |
Color Harmonies of #44561A
Complementary color
Monochromatic Colors of #44561A
Black with #44561A
Text Example
Text Example
White with #44561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44561A; }
p { color: rgb(68,86,26); }
H1.HeaderClassName
{
color: #44561A;
}
.AnyTagClassName
{
color: #44561A;
}
</style>
background-color css
<style>
a { background-color: #44561A; }
a { background-color: rgb(68,86,26); }
div.DivClassName
{
background-color: #44561A;
}
.BgClassName
{
background-color: #44561A;
}
</style>
border-color css
<style>
span { border-color: #44561A; }
span { border-color: rgb(68,86,26); }
td.TdClassName
{
border-color: #44561A;
}
.TagClassName
{
border-color: #44561A;
}
</style>