Shades of Verdun Green #49521A
Tints of Verdun Green #49521A
RGB
CMYK
RGB Variations
Color information
#49521A (or 0x49521A) is known color: Verdun Green. HEX triplet: 49, 52 and 1A. RGB value is (73,82,26). Sum of RGB (Red+Green+Blue) = 73+82+26=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #49521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49521A is #B6ADE5. Grayscale: #494949. Windows color (decimal): -11972070 or 1725001. OLE color: 1725001.
HSL color Cylindrical-coordinate representation of color #49521A: hue angle of 69.64º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49521A is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 26 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.68 |
| HSL | 69.64º | 0.52% | 0.21% | - |
| HSV(B) | 69.64º | 0.68% | 0.32% | - |
| XYZ | 5.95 | 7.53 | 2.12 | - |
| YUV | 72.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 26 | 0.11 | 0 | 0.68 | 0.68 | 69.64 | 0.52 | 0.21 |
| Hex | 49 | 52 | 1A | B | 0 | 44 | 44 | 46 | 34 | 15 |
| Octal | 111 | 122 | 32 | 13 | 0 | 104 | 104 | 106 | 64 | 25 |
| Binary | 1001001 | 1010010 | 11010 | 1011 | 0 | 1000100 | 1000100 | 1000110 | 110100 | 10101 |
Color Harmonies of #49521A
Complementary color
Monochromatic Colors of #49521A
Black with #49521A
Text Example
Text Example
White with #49521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49521A; }
p { color: rgb(73,82,26); }
H1.HeaderClassName
{
color: #49521A;
}
.AnyTagClassName
{
color: #49521A;
}
</style>
background-color css
<style>
a { background-color: #49521A; }
a { background-color: rgb(73,82,26); }
div.DivClassName
{
background-color: #49521A;
}
.BgClassName
{
background-color: #49521A;
}
</style>
border-color css
<style>
span { border-color: #49521A; }
span { border-color: rgb(73,82,26); }
td.TdClassName
{
border-color: #49521A;
}
.TagClassName
{
border-color: #49521A;
}
</style>