Shades of Verdun Green #49521C
Tints of Verdun Green #49521C
RGB
CMYK
RGB Variations
Color information
#49521C (or 0x49521C) is known color: Verdun Green. HEX triplet: 49, 52 and 1C. RGB value is (73,82,28). Sum of RGB (Red+Green+Blue) = 73+82+28=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #49521C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49521C is #B6ADE3. Grayscale: #494949. Windows color (decimal): -11972068 or 1856073. OLE color: 1856073.
HSL color Cylindrical-coordinate representation of color #49521C: hue angle of 70º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49521C is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 28 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.68 |
| HSL | 70º | 0.49% | 0.22% | - |
| HSV(B) | 70º | 0.66% | 0.32% | - |
| XYZ | 5.97 | 7.53 | 2.24 | - |
| YUV | 73.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 28 | 0.11 | 0 | 0.66 | 0.68 | 70 | 0.49 | 0.22 |
| Hex | 49 | 52 | 1C | B | 0 | 42 | 44 | 46 | 31 | 16 |
| Octal | 111 | 122 | 34 | 13 | 0 | 102 | 104 | 106 | 61 | 26 |
| Binary | 1001001 | 1010010 | 11100 | 1011 | 0 | 1000010 | 1000100 | 1000110 | 110001 | 10110 |
Color Harmonies of #49521C
Complementary color
Monochromatic Colors of #49521C
Black with #49521C
Text Example
Text Example
White with #49521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49521C; }
p { color: rgb(73,82,28); }
H1.HeaderClassName
{
color: #49521C;
}
.AnyTagClassName
{
color: #49521C;
}
</style>
background-color css
<style>
a { background-color: #49521C; }
a { background-color: rgb(73,82,28); }
div.DivClassName
{
background-color: #49521C;
}
.BgClassName
{
background-color: #49521C;
}
</style>
border-color css
<style>
span { border-color: #49521C; }
span { border-color: rgb(73,82,28); }
td.TdClassName
{
border-color: #49521C;
}
.TagClassName
{
border-color: #49521C;
}
</style>