Shades of Verdun Green #44590B
Tints of Verdun Green #44590B
RGB
CMYK
RGB Variations
Color information
#44590B (or 0x44590B) is known color: Verdun Green. HEX triplet: 44, 59 and 0B. RGB value is (68,89,11). Sum of RGB (Red+Green+Blue) = 68+89+11=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #44590B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44590B is #BBA6F4. Grayscale: #4A4A4A. Windows color (decimal): -12297973 or 743748. OLE color: 743748.
HSL color Cylindrical-coordinate representation of color #44590B: hue angle of 76.15º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44590B is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 89 | 11 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.65 |
| HSL | 76.15º | 0.78% | 0.2% | - |
| HSV(B) | 76.15º | 0.88% | 0.35% | - |
| XYZ | 6.02 | 8.4 | 1.62 | - |
| YUV | 73.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 11 | 0.24 | 0 | 0.88 | 0.65 | 76.15 | 0.78 | 0.2 |
| Hex | 44 | 59 | B | 18 | 0 | 58 | 41 | 4C | 4E | 14 |
| Octal | 104 | 131 | 13 | 30 | 0 | 130 | 101 | 114 | 116 | 24 |
| Binary | 1000100 | 1011001 | 1011 | 11000 | 0 | 1011000 | 1000001 | 1001100 | 1001110 | 10100 |
Color Harmonies of #44590B
Complementary color
Monochromatic Colors of #44590B
Black with #44590B
Text Example
Text Example
White with #44590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44590B; }
p { color: rgb(68,89,11); }
H1.HeaderClassName
{
color: #44590B;
}
.AnyTagClassName
{
color: #44590B;
}
</style>
background-color css
<style>
a { background-color: #44590B; }
a { background-color: rgb(68,89,11); }
div.DivClassName
{
background-color: #44590B;
}
.BgClassName
{
background-color: #44590B;
}
</style>
border-color css
<style>
span { border-color: #44590B; }
span { border-color: rgb(68,89,11); }
td.TdClassName
{
border-color: #44590B;
}
.TagClassName
{
border-color: #44590B;
}
</style>