Shades of Verdun Green #44521E
Tints of Verdun Green #44521E
RGB
CMYK
RGB Variations
Color information
#44521E (or 0x44521E) is known color: Verdun Green. HEX triplet: 44, 52 and 1E. RGB value is (68,82,30). Sum of RGB (Red+Green+Blue) = 68+82+30=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #44521E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44521E is #BBADE1. Grayscale: #484848. Windows color (decimal): -12299746 or 1987140. OLE color: 1987140.
HSL color Cylindrical-coordinate representation of color #44521E: hue angle of 76.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44521E is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 82 | 30 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.68 |
| HSL | 76.15º | 0.46% | 0.22% | - |
| HSV(B) | 76.15º | 0.63% | 0.32% | - |
| XYZ | 5.64 | 7.36 | 2.35 | - |
| YUV | 71.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 30 | 0.17 | 0 | 0.63 | 0.68 | 76.15 | 0.46 | 0.22 |
| Hex | 44 | 52 | 1E | 11 | 0 | 3F | 44 | 4C | 2E | 16 |
| Octal | 104 | 122 | 36 | 21 | 0 | 77 | 104 | 114 | 56 | 26 |
| Binary | 1000100 | 1010010 | 11110 | 10001 | 0 | 111111 | 1000100 | 1001100 | 101110 | 10110 |
Color Harmonies of #44521E
Complementary color
Monochromatic Colors of #44521E
Black with #44521E
Text Example
Text Example
White with #44521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44521E; }
p { color: rgb(68,82,30); }
H1.HeaderClassName
{
color: #44521E;
}
.AnyTagClassName
{
color: #44521E;
}
</style>
background-color css
<style>
a { background-color: #44521E; }
a { background-color: rgb(68,82,30); }
div.DivClassName
{
background-color: #44521E;
}
.BgClassName
{
background-color: #44521E;
}
</style>
border-color css
<style>
span { border-color: #44521E; }
span { border-color: rgb(68,82,30); }
td.TdClassName
{
border-color: #44521E;
}
.TagClassName
{
border-color: #44521E;
}
</style>