Shades of Verdun Green #44420B
Tints of Verdun Green #44420B
RGB
CMYK
RGB Variations
Color information
#44420B (or 0x44420B) is known color: Verdun Green. HEX triplet: 44, 42 and 0B. RGB value is (68,66,11). Sum of RGB (Red+Green+Blue) = 68+66+11=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #44420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44420B is #BBBDF4. Grayscale: #3C3C3C. Windows color (decimal): -12303861 or 737860. OLE color: 737860.
HSL color Cylindrical-coordinate representation of color #44420B: hue angle of 57.89º 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 #44420B is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 66 | 11 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.73 |
| HSL | 57.89º | 0.72% | 0.15% | - |
| HSV(B) | 57.89º | 0.84% | 0.27% | - |
| XYZ | 4.39 | 5.15 | 1.08 | - |
| YUV | 60.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 11 | 0 | 0.03 | 0.84 | 0.73 | 57.89 | 0.72 | 0.15 |
| Hex | 44 | 42 | B | 0 | 3 | 54 | 49 | 3A | 48 | F |
| Octal | 104 | 102 | 13 | 0 | 3 | 124 | 111 | 72 | 110 | 17 |
| Binary | 1000100 | 1000010 | 1011 | 0 | 11 | 1010100 | 1001001 | 111010 | 1001000 | 1111 |
Color Harmonies of #44420B
Complementary color
Monochromatic Colors of #44420B
Black with #44420B
Text Example
Text Example
White with #44420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44420B; }
p { color: rgb(68,66,11); }
H1.HeaderClassName
{
color: #44420B;
}
.AnyTagClassName
{
color: #44420B;
}
</style>
background-color css
<style>
a { background-color: #44420B; }
a { background-color: rgb(68,66,11); }
div.DivClassName
{
background-color: #44420B;
}
.BgClassName
{
background-color: #44420B;
}
</style>
border-color css
<style>
span { border-color: #44420B; }
span { border-color: rgb(68,66,11); }
td.TdClassName
{
border-color: #44420B;
}
.TagClassName
{
border-color: #44420B;
}
</style>