Shades of Verdun Green #444A1E
Tints of Verdun Green #444A1E
RGB
CMYK
RGB Variations
Color information
#444A1E (or 0x444A1E) is known color: Verdun Green. HEX triplet: 44, 4A and 1E. RGB value is (68,74,30). Sum of RGB (Red+Green+Blue) = 68+74+30=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 74 (29.30% from 255 or 43.02% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 74 - color contains mainly: green. Hex color #444A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444A1E is #BBB5E1. Grayscale: #434343. Windows color (decimal): -12301794 or 1985092. OLE color: 1985092.
HSL color Cylindrical-coordinate representation of color #444A1E: hue angle of 68.18º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #444A1E is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 74 | 30 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.71 |
| HSL | 68.18º | 0.42% | 0.2% | - |
| HSV(B) | 68.18º | 0.59% | 0.29% | - |
| XYZ | 5.07 | 6.22 | 2.16 | - |
| YUV | 67.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 30 | 0.08 | 0 | 0.59 | 0.71 | 68.18 | 0.42 | 0.2 |
| Hex | 44 | 4A | 1E | 8 | 0 | 3B | 47 | 44 | 2A | 14 |
| Octal | 104 | 112 | 36 | 10 | 0 | 73 | 107 | 104 | 52 | 24 |
| Binary | 1000100 | 1001010 | 11110 | 1000 | 0 | 111011 | 1000111 | 1000100 | 101010 | 10100 |
Color Harmonies of #444A1E
Complementary color
Monochromatic Colors of #444A1E
Black with #444A1E
Text Example
Text Example
White with #444A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A1E; }
p { color: rgb(68,74,30); }
H1.HeaderClassName
{
color: #444A1E;
}
.AnyTagClassName
{
color: #444A1E;
}
</style>
background-color css
<style>
a { background-color: #444A1E; }
a { background-color: rgb(68,74,30); }
div.DivClassName
{
background-color: #444A1E;
}
.BgClassName
{
background-color: #444A1E;
}
</style>
border-color css
<style>
span { border-color: #444A1E; }
span { border-color: rgb(68,74,30); }
td.TdClassName
{
border-color: #444A1E;
}
.TagClassName
{
border-color: #444A1E;
}
</style>