Shades of Verdun Green #44440B
Tints of Verdun Green #44440B
RGB
CMYK
RGB Variations
Color information
#44440B (or 0x44440B) is known color: Verdun Green. HEX triplet: 44, 44 and 0B. RGB value is (68,68,11). Sum of RGB (Red+Green+Blue) = 68+68+11=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 68 - color contains mainly: red, green. Hex color #44440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44440B is #BBBBF4. Grayscale: #3D3D3D. Windows color (decimal): -12303349 or 738372. OLE color: 738372.
HSL color Cylindrical-coordinate representation of color #44440B: hue angle of 60º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44440B is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 68 | 11 | - |
| CMYK | 0 | 0 | 0.84 | 0.73 |
| HSL | 60º | 0.72% | 0.15% | - |
| HSV(B) | 60º | 0.84% | 0.27% | - |
| XYZ | 4.51 | 5.39 | 1.12 | - |
| YUV | 61.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 68 | 11 | 0 | 0 | 0.84 | 0.73 | 60 | 0.72 | 0.15 |
| Hex | 44 | 44 | B | 0 | 0 | 54 | 49 | 3C | 48 | F |
| Octal | 104 | 104 | 13 | 0 | 0 | 124 | 111 | 74 | 110 | 17 |
| Binary | 1000100 | 1000100 | 1011 | 0 | 0 | 1010100 | 1001001 | 111100 | 1001000 | 1111 |
Color Harmonies of #44440B
Complementary color
Monochromatic Colors of #44440B
Black with #44440B
Text Example
Text Example
White with #44440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44440B; }
p { color: rgb(68,68,11); }
H1.HeaderClassName
{
color: #44440B;
}
.AnyTagClassName
{
color: #44440B;
}
</style>
background-color css
<style>
a { background-color: #44440B; }
a { background-color: rgb(68,68,11); }
div.DivClassName
{
background-color: #44440B;
}
.BgClassName
{
background-color: #44440B;
}
</style>
border-color css
<style>
span { border-color: #44440B; }
span { border-color: rgb(68,68,11); }
td.TdClassName
{
border-color: #44440B;
}
.TagClassName
{
border-color: #44440B;
}
</style>