Shades of Verdun Green #49531B
Tints of Verdun Green #49531B
RGB
CMYK
RGB Variations
Color information
#49531B (or 0x49531B) is known color: Verdun Green. HEX triplet: 49, 53 and 1B. RGB value is (73,83,27). Sum of RGB (Red+Green+Blue) = 73+83+27=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #49531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49531B is #B6ACE4. Grayscale: #494949. Windows color (decimal): -11971813 or 1790793. OLE color: 1790793.
HSL color Cylindrical-coordinate representation of color #49531B: hue angle of 70.71º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49531B is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 27 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.67 |
| HSL | 70.71º | 0.51% | 0.22% | - |
| HSV(B) | 70.71º | 0.67% | 0.33% | - |
| XYZ | 6.04 | 7.68 | 2.2 | - |
| YUV | 73.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 27 | 0.12 | 0 | 0.67 | 0.67 | 70.71 | 0.51 | 0.22 |
| Hex | 49 | 53 | 1B | C | 0 | 43 | 43 | 47 | 33 | 16 |
| Octal | 111 | 123 | 33 | 14 | 0 | 103 | 103 | 107 | 63 | 26 |
| Binary | 1001001 | 1010011 | 11011 | 1100 | 0 | 1000011 | 1000011 | 1000111 | 110011 | 10110 |
Color Harmonies of #49531B
Complementary color
Monochromatic Colors of #49531B
Black with #49531B
Text Example
Text Example
White with #49531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49531B; }
p { color: rgb(73,83,27); }
H1.HeaderClassName
{
color: #49531B;
}
.AnyTagClassName
{
color: #49531B;
}
</style>
background-color css
<style>
a { background-color: #49531B; }
a { background-color: rgb(73,83,27); }
div.DivClassName
{
background-color: #49531B;
}
.BgClassName
{
background-color: #49531B;
}
</style>
border-color css
<style>
span { border-color: #49531B; }
span { border-color: rgb(73,83,27); }
td.TdClassName
{
border-color: #49531B;
}
.TagClassName
{
border-color: #49531B;
}
</style>