Shades of Verdun Green #444B1E
Tints of Verdun Green #444B1E
RGB
CMYK
RGB Variations
Color information
#444B1E (or 0x444B1E) is known color: Verdun Green. HEX triplet: 44, 4B and 1E. RGB value is (68,75,30). Sum of RGB (Red+Green+Blue) = 68+75+30=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #444B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B1E is #BBB4E1. Grayscale: #434343. Windows color (decimal): -12301538 or 1985348. OLE color: 1985348.
HSL color Cylindrical-coordinate representation of color #444B1E: hue angle of 69.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #444B1E is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 75 | 30 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.71 |
| HSL | 69.33º | 0.43% | 0.21% | - |
| HSV(B) | 69.33º | 0.6% | 0.29% | - |
| XYZ | 5.13 | 6.35 | 2.18 | - |
| YUV | 67.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 30 | 0.09 | 0 | 0.60 | 0.71 | 69.33 | 0.43 | 0.21 |
| Hex | 44 | 4B | 1E | 9 | 0 | 3C | 47 | 45 | 2B | 15 |
| Octal | 104 | 113 | 36 | 11 | 0 | 74 | 107 | 105 | 53 | 25 |
| Binary | 1000100 | 1001011 | 11110 | 1001 | 0 | 111100 | 1000111 | 1000101 | 101011 | 10101 |
Color Harmonies of #444B1E
Complementary color
Monochromatic Colors of #444B1E
Black with #444B1E
Text Example
Text Example
White with #444B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B1E; }
p { color: rgb(68,75,30); }
H1.HeaderClassName
{
color: #444B1E;
}
.AnyTagClassName
{
color: #444B1E;
}
</style>
background-color css
<style>
a { background-color: #444B1E; }
a { background-color: rgb(68,75,30); }
div.DivClassName
{
background-color: #444B1E;
}
.BgClassName
{
background-color: #444B1E;
}
</style>
border-color css
<style>
span { border-color: #444B1E; }
span { border-color: rgb(68,75,30); }
td.TdClassName
{
border-color: #444B1E;
}
.TagClassName
{
border-color: #444B1E;
}
</style>