Shades of Verdun Green #44501F
Tints of Verdun Green #44501F
RGB
CMYK
RGB Variations
Color information
#44501F (or 0x44501F) is known color: Verdun Green. HEX triplet: 44, 50 and 1F. RGB value is (68,80,31). Sum of RGB (Red+Green+Blue) = 68+80+31=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #44501F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44501F is #BBAFE0. Grayscale: #474747. Windows color (decimal): -12300257 or 2052164. OLE color: 2052164.
HSL color Cylindrical-coordinate representation of color #44501F: hue angle of 74.69º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44501F is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 80 | 31 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.69 |
| HSL | 74.69º | 0.44% | 0.22% | - |
| HSV(B) | 74.69º | 0.61% | 0.31% | - |
| XYZ | 5.5 | 7.07 | 2.37 | - |
| YUV | 70.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 80 | 31 | 0.15 | 0 | 0.61 | 0.69 | 74.69 | 0.44 | 0.22 |
| Hex | 44 | 50 | 1F | F | 0 | 3D | 45 | 4B | 2C | 16 |
| Octal | 104 | 120 | 37 | 17 | 0 | 75 | 105 | 113 | 54 | 26 |
| Binary | 1000100 | 1010000 | 11111 | 1111 | 0 | 111101 | 1000101 | 1001011 | 101100 | 10110 |
Color Harmonies of #44501F
Complementary color
Monochromatic Colors of #44501F
Black with #44501F
Text Example
Text Example
White with #44501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44501F; }
p { color: rgb(68,80,31); }
H1.HeaderClassName
{
color: #44501F;
}
.AnyTagClassName
{
color: #44501F;
}
</style>
background-color css
<style>
a { background-color: #44501F; }
a { background-color: rgb(68,80,31); }
div.DivClassName
{
background-color: #44501F;
}
.BgClassName
{
background-color: #44501F;
}
</style>
border-color css
<style>
span { border-color: #44501F; }
span { border-color: rgb(68,80,31); }
td.TdClassName
{
border-color: #44501F;
}
.TagClassName
{
border-color: #44501F;
}
</style>