Shades of Verdun Green #53610D
Tints of Verdun Green #53610D
RGB
CMYK
RGB Variations
Color information
#53610D (or 0x53610D) is known color: Verdun Green. HEX triplet: 53, 61 and 0D. RGB value is (83,97,13). Sum of RGB (Red+Green+Blue) = 83+97+13=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #53610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53610D is #AC9EF2. Grayscale: #535353. Windows color (decimal): -11312883 or 876883. OLE color: 876883.
HSL color Cylindrical-coordinate representation of color #53610D: hue angle of 70º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53610D is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 13 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.62 |
| HSL | 70º | 0.76% | 0.22% | - |
| HSV(B) | 70º | 0.87% | 0.38% | - |
| XYZ | 7.91 | 10.42 | 1.97 | - |
| YUV | 83.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 13 | 0.14 | 0 | 0.87 | 0.62 | 70 | 0.76 | 0.22 |
| Hex | 53 | 61 | D | E | 0 | 57 | 3E | 46 | 4C | 16 |
| Octal | 123 | 141 | 15 | 16 | 0 | 127 | 76 | 106 | 114 | 26 |
| Binary | 1010011 | 1100001 | 1101 | 1110 | 0 | 1010111 | 111110 | 1000110 | 1001100 | 10110 |
Color Harmonies of #53610D
Complementary color
Monochromatic Colors of #53610D
Black with #53610D
Text Example
Text Example
White with #53610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53610D; }
p { color: rgb(83,97,13); }
H1.HeaderClassName
{
color: #53610D;
}
.AnyTagClassName
{
color: #53610D;
}
</style>
background-color css
<style>
a { background-color: #53610D; }
a { background-color: rgb(83,97,13); }
div.DivClassName
{
background-color: #53610D;
}
.BgClassName
{
background-color: #53610D;
}
</style>
border-color css
<style>
span { border-color: #53610D; }
span { border-color: rgb(83,97,13); }
td.TdClassName
{
border-color: #53610D;
}
.TagClassName
{
border-color: #53610D;
}
</style>