Shades of Verdun Green #444F1F
Tints of Verdun Green #444F1F
RGB
CMYK
RGB Variations
Color information
#444F1F (or 0x444F1F) is known color: Verdun Green. HEX triplet: 44, 4F and 1F. RGB value is (68,79,31). Sum of RGB (Red+Green+Blue) = 68+79+31=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #444F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444F1F is #BBB0E0. Grayscale: #464646. Windows color (decimal): -12300513 or 2051908. OLE color: 2051908.
HSL color Cylindrical-coordinate representation of color #444F1F: hue angle of 73.75º 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 #444F1F is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 79 | 31 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.69 |
| HSL | 73.75º | 0.44% | 0.22% | - |
| HSV(B) | 73.75º | 0.61% | 0.31% | - |
| XYZ | 5.43 | 6.92 | 2.35 | - |
| YUV | 70.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 31 | 0.14 | 0 | 0.61 | 0.69 | 73.75 | 0.44 | 0.22 |
| Hex | 44 | 4F | 1F | E | 0 | 3D | 45 | 4A | 2C | 16 |
| Octal | 104 | 117 | 37 | 16 | 0 | 75 | 105 | 112 | 54 | 26 |
| Binary | 1000100 | 1001111 | 11111 | 1110 | 0 | 111101 | 1000101 | 1001010 | 101100 | 10110 |
Color Harmonies of #444F1F
Complementary color
Monochromatic Colors of #444F1F
Black with #444F1F
Text Example
Text Example
White with #444F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F1F; }
p { color: rgb(68,79,31); }
H1.HeaderClassName
{
color: #444F1F;
}
.AnyTagClassName
{
color: #444F1F;
}
</style>
background-color css
<style>
a { background-color: #444F1F; }
a { background-color: rgb(68,79,31); }
div.DivClassName
{
background-color: #444F1F;
}
.BgClassName
{
background-color: #444F1F;
}
</style>
border-color css
<style>
span { border-color: #444F1F; }
span { border-color: rgb(68,79,31); }
td.TdClassName
{
border-color: #444F1F;
}
.TagClassName
{
border-color: #444F1F;
}
</style>