Shades of Verdun Green #49530A
Tints of Verdun Green #49530A
RGB
CMYK
RGB Variations
Color information
#49530A (or 0x49530A) is known color: Verdun Green. HEX triplet: 49, 53 and 0A. RGB value is (73,83,10). Sum of RGB (Red+Green+Blue) = 73+83+10=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 10 (4.30% from 255 or 6.02% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #49530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49530A is #B6ACF5. Grayscale: #474747. Windows color (decimal): -11971830 or 676681. OLE color: 676681.
HSL color Cylindrical-coordinate representation of color #49530A: hue angle of 68.22º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49530A is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 10 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.67 |
| HSL | 68.22º | 0.78% | 0.18% | - |
| HSV(B) | 68.22º | 0.88% | 0.33% | - |
| XYZ | 5.9 | 7.62 | 1.45 | - |
| YUV | 71.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 10 | 0.12 | 0 | 0.88 | 0.67 | 68.22 | 0.78 | 0.18 |
| Hex | 49 | 53 | A | C | 0 | 58 | 43 | 44 | 4E | 12 |
| Octal | 111 | 123 | 12 | 14 | 0 | 130 | 103 | 104 | 116 | 22 |
| Binary | 1001001 | 1010011 | 1010 | 1100 | 0 | 1011000 | 1000011 | 1000100 | 1001110 | 10010 |
Color Harmonies of #49530A
Complementary color
Monochromatic Colors of #49530A
Black with #49530A
Text Example
Text Example
White with #49530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49530A; }
p { color: rgb(73,83,10); }
H1.HeaderClassName
{
color: #49530A;
}
.AnyTagClassName
{
color: #49530A;
}
</style>
background-color css
<style>
a { background-color: #49530A; }
a { background-color: rgb(73,83,10); }
div.DivClassName
{
background-color: #49530A;
}
.BgClassName
{
background-color: #49530A;
}
</style>
border-color css
<style>
span { border-color: #49530A; }
span { border-color: rgb(73,83,10); }
td.TdClassName
{
border-color: #49530A;
}
.TagClassName
{
border-color: #49530A;
}
</style>