Shades of Verdun Green #49530F
Tints of Verdun Green #49530F
RGB
CMYK
RGB Variations
Color information
#49530F (or 0x49530F) is known color: Verdun Green. HEX triplet: 49, 53 and 0F. RGB value is (73,83,15). Sum of RGB (Red+Green+Blue) = 73+83+15=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #49530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49530F is #B6ACF0. Grayscale: #484848. Windows color (decimal): -11971825 or 1004361. OLE color: 1004361.
HSL color Cylindrical-coordinate representation of color #49530F: hue angle of 68.82º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49530F is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 15 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.67 |
| HSL | 68.82º | 0.69% | 0.19% | - |
| HSV(B) | 68.82º | 0.82% | 0.33% | - |
| XYZ | 5.93 | 7.64 | 1.61 | - |
| YUV | 72.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 15 | 0.12 | 0 | 0.82 | 0.67 | 68.82 | 0.69 | 0.19 |
| Hex | 49 | 53 | F | C | 0 | 52 | 43 | 45 | 45 | 13 |
| Octal | 111 | 123 | 17 | 14 | 0 | 122 | 103 | 105 | 105 | 23 |
| Binary | 1001001 | 1010011 | 1111 | 1100 | 0 | 1010010 | 1000011 | 1000101 | 1000101 | 10011 |
Color Harmonies of #49530F
Complementary color
Monochromatic Colors of #49530F
Black with #49530F
Text Example
Text Example
White with #49530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49530F; }
p { color: rgb(73,83,15); }
H1.HeaderClassName
{
color: #49530F;
}
.AnyTagClassName
{
color: #49530F;
}
</style>
background-color css
<style>
a { background-color: #49530F; }
a { background-color: rgb(73,83,15); }
div.DivClassName
{
background-color: #49530F;
}
.BgClassName
{
background-color: #49530F;
}
</style>
border-color css
<style>
span { border-color: #49530F; }
span { border-color: rgb(73,83,15); }
td.TdClassName
{
border-color: #49530F;
}
.TagClassName
{
border-color: #49530F;
}
</style>