Shades of Verdun Green #444D15
Tints of Verdun Green #444D15
RGB
CMYK
RGB Variations
Color information
#444D15 (or 0x444D15) is known color: Verdun Green. HEX triplet: 44, 4D and 15. RGB value is (68,77,21). Sum of RGB (Red+Green+Blue) = 68+77+21=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 21 (8.59% from 255 or 12.65% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #444D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444D15 is #BBB2EA. Grayscale: #444444. Windows color (decimal): -12301035 or 1396036. OLE color: 1396036.
HSL color Cylindrical-coordinate representation of color #444D15: hue angle of 69.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444D15 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 77 | 21 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.70 |
| HSL | 69.64º | 0.57% | 0.19% | - |
| HSV(B) | 69.64º | 0.73% | 0.3% | - |
| XYZ | 5.17 | 6.59 | 1.71 | - |
| YUV | 67.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 21 | 0.12 | 0 | 0.73 | 0.70 | 69.64 | 0.57 | 0.19 |
| Hex | 44 | 4D | 15 | C | 0 | 49 | 46 | 46 | 39 | 13 |
| Octal | 104 | 115 | 25 | 14 | 0 | 111 | 106 | 106 | 71 | 23 |
| Binary | 1000100 | 1001101 | 10101 | 1100 | 0 | 1001001 | 1000110 | 1000110 | 111001 | 10011 |
Color Harmonies of #444D15
Complementary color
Monochromatic Colors of #444D15
Black with #444D15
Text Example
Text Example
White with #444D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D15; }
p { color: rgb(68,77,21); }
H1.HeaderClassName
{
color: #444D15;
}
.AnyTagClassName
{
color: #444D15;
}
</style>
background-color css
<style>
a { background-color: #444D15; }
a { background-color: rgb(68,77,21); }
div.DivClassName
{
background-color: #444D15;
}
.BgClassName
{
background-color: #444D15;
}
</style>
border-color css
<style>
span { border-color: #444D15; }
span { border-color: rgb(68,77,21); }
td.TdClassName
{
border-color: #444D15;
}
.TagClassName
{
border-color: #444D15;
}
</style>