Shades of Verdun Green #444D1C
Tints of Verdun Green #444D1C
RGB
CMYK
RGB Variations
Color information
#444D1C (or 0x444D1C) is known color: Verdun Green. HEX triplet: 44, 4D and 1C. RGB value is (68,77,28). Sum of RGB (Red+Green+Blue) = 68+77+28=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #444D1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #444D1C is #BBB2E3. Grayscale: #444444. Windows color (decimal): -12301028 or 1854788. OLE color: 1854788.
HSL color Cylindrical-coordinate representation of color #444D1C: hue angle of 71.02º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #444D1C is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 28 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.70 |
| HSL | 71.02º | 0.47% | 0.21% | - |
| HSV(B) | 71.02º | 0.64% | 0.3% | - |
| XYZ | 5.25 | 6.62 | 2.1 | - |
| YUV | 68.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 28 | 0.12 | 0 | 0.64 | 0.70 | 71.02 | 0.47 | 0.21 |
| Hex | 44 | 4D | 1C | C | 0 | 40 | 46 | 47 | 2F | 15 |
| Octal | 104 | 115 | 34 | 14 | 0 | 100 | 106 | 107 | 57 | 25 |
| Binary | 1000100 | 1001101 | 11100 | 1100 | 0 | 1000000 | 1000110 | 1000111 | 101111 | 10101 |
Color Harmonies of #444D1C
Complementary color
Monochromatic Colors of #444D1C
Black with #444D1C
Text Example
Text Example
White with #444D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D1C; }
p { color: rgb(68,77,28); }
H1.HeaderClassName
{
color: #444D1C;
}
.AnyTagClassName
{
color: #444D1C;
}
</style>
background-color css
<style>
a { background-color: #444D1C; }
a { background-color: rgb(68,77,28); }
div.DivClassName
{
background-color: #444D1C;
}
.BgClassName
{
background-color: #444D1C;
}
</style>
border-color css
<style>
span { border-color: #444D1C; }
span { border-color: rgb(68,77,28); }
td.TdClassName
{
border-color: #444D1C;
}
.TagClassName
{
border-color: #444D1C;
}
</style>