Shades of Verdun Green #444D1D
Tints of Verdun Green #444D1D
RGB
CMYK
RGB Variations
Color information
#444D1D (or 0x444D1D) is known color: Verdun Green. HEX triplet: 44, 4D and 1D. RGB value is (68,77,29). Sum of RGB (Red+Green+Blue) = 68+77+29=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #444D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D1D is #BBB2E2. Grayscale: #454545. Windows color (decimal): -12301027 or 1920324. OLE color: 1920324.
HSL color Cylindrical-coordinate representation of color #444D1D: hue angle of 71.25º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #444D1D is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 29 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.70 |
| HSL | 71.25º | 0.45% | 0.21% | - |
| HSV(B) | 71.25º | 0.62% | 0.3% | - |
| XYZ | 5.26 | 6.63 | 2.16 | - |
| YUV | 68.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 29 | 0.12 | 0 | 0.62 | 0.70 | 71.25 | 0.45 | 0.21 |
| Hex | 44 | 4D | 1D | C | 0 | 3E | 46 | 47 | 2D | 15 |
| Octal | 104 | 115 | 35 | 14 | 0 | 76 | 106 | 107 | 55 | 25 |
| Binary | 1000100 | 1001101 | 11101 | 1100 | 0 | 111110 | 1000110 | 1000111 | 101101 | 10101 |
Color Harmonies of #444D1D
Complementary color
Monochromatic Colors of #444D1D
Black with #444D1D
Text Example
Text Example
White with #444D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D1D; }
p { color: rgb(68,77,29); }
H1.HeaderClassName
{
color: #444D1D;
}
.AnyTagClassName
{
color: #444D1D;
}
</style>
background-color css
<style>
a { background-color: #444D1D; }
a { background-color: rgb(68,77,29); }
div.DivClassName
{
background-color: #444D1D;
}
.BgClassName
{
background-color: #444D1D;
}
</style>
border-color css
<style>
span { border-color: #444D1D; }
span { border-color: rgb(68,77,29); }
td.TdClassName
{
border-color: #444D1D;
}
.TagClassName
{
border-color: #444D1D;
}
</style>