Shades of Verdun Green #44520B
Tints of Verdun Green #44520B
RGB
CMYK
RGB Variations
Color information
#44520B (or 0x44520B) is known color: Verdun Green. HEX triplet: 44, 52 and 0B. RGB value is (68,82,11). Sum of RGB (Red+Green+Blue) = 68+82+11=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #44520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #44520B is #BBADF4. Grayscale: #454545. Windows color (decimal): -12299765 or 741956. OLE color: 741956.
HSL color Cylindrical-coordinate representation of color #44520B: hue angle of 71.83º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44520B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 11 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.68 |
| HSL | 71.83º | 0.76% | 0.18% | - |
| HSV(B) | 71.83º | 0.87% | 0.32% | - |
| XYZ | 5.46 | 7.29 | 1.44 | - |
| YUV | 69.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 11 | 0.17 | 0 | 0.87 | 0.68 | 71.83 | 0.76 | 0.18 |
| Hex | 44 | 52 | B | 11 | 0 | 57 | 44 | 48 | 4C | 12 |
| Octal | 104 | 122 | 13 | 21 | 0 | 127 | 104 | 110 | 114 | 22 |
| Binary | 1000100 | 1010010 | 1011 | 10001 | 0 | 1010111 | 1000100 | 1001000 | 1001100 | 10010 |
Color Harmonies of #44520B
Complementary color
Monochromatic Colors of #44520B
Black with #44520B
Text Example
Text Example
White with #44520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44520B; }
p { color: rgb(68,82,11); }
H1.HeaderClassName
{
color: #44520B;
}
.AnyTagClassName
{
color: #44520B;
}
</style>
background-color css
<style>
a { background-color: #44520B; }
a { background-color: rgb(68,82,11); }
div.DivClassName
{
background-color: #44520B;
}
.BgClassName
{
background-color: #44520B;
}
</style>
border-color css
<style>
span { border-color: #44520B; }
span { border-color: rgb(68,82,11); }
td.TdClassName
{
border-color: #44520B;
}
.TagClassName
{
border-color: #44520B;
}
</style>