Shades of Verdun Green #444D1F
Tints of Verdun Green #444D1F
RGB
CMYK
RGB Variations
Color information
#444D1F (or 0x444D1F) is known color: Verdun Green. HEX triplet: 44, 4D and 1F. RGB value is (68,77,31). Sum of RGB (Red+Green+Blue) = 68+77+31=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 77 - color contains mainly: green. Hex color #444D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D1F is #BBB2E0. Grayscale: #454545. Windows color (decimal): -12301025 or 2051396. OLE color: 2051396.
HSL color Cylindrical-coordinate representation of color #444D1F: hue angle of 71.74º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #444D1F is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 31 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.70 |
| HSL | 71.74º | 0.43% | 0.21% | - |
| HSV(B) | 71.74º | 0.6% | 0.3% | - |
| XYZ | 5.29 | 6.64 | 2.3 | - |
| YUV | 69.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 31 | 0.12 | 0 | 0.60 | 0.70 | 71.74 | 0.43 | 0.21 |
| Hex | 44 | 4D | 1F | C | 0 | 3C | 46 | 48 | 2B | 15 |
| Octal | 104 | 115 | 37 | 14 | 0 | 74 | 106 | 110 | 53 | 25 |
| Binary | 1000100 | 1001101 | 11111 | 1100 | 0 | 111100 | 1000110 | 1001000 | 101011 | 10101 |
Color Harmonies of #444D1F
Complementary color
Monochromatic Colors of #444D1F
Black with #444D1F
Text Example
Text Example
White with #444D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D1F; }
p { color: rgb(68,77,31); }
H1.HeaderClassName
{
color: #444D1F;
}
.AnyTagClassName
{
color: #444D1F;
}
</style>
background-color css
<style>
a { background-color: #444D1F; }
a { background-color: rgb(68,77,31); }
div.DivClassName
{
background-color: #444D1F;
}
.BgClassName
{
background-color: #444D1F;
}
</style>
border-color css
<style>
span { border-color: #444D1F; }
span { border-color: rgb(68,77,31); }
td.TdClassName
{
border-color: #444D1F;
}
.TagClassName
{
border-color: #444D1F;
}
</style>