Shades of Verdun Green #53600D
Tints of Verdun Green #53600D
RGB
CMYK
RGB Variations
Color information
#53600D (or 0x53600D) is known color: Verdun Green. HEX triplet: 53, 60 and 0D. RGB value is (83,96,13). Sum of RGB (Red+Green+Blue) = 83+96+13=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #53600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53600D is #AC9FF2. Grayscale: #525252. Windows color (decimal): -11313139 or 876627. OLE color: 876627.
HSL color Cylindrical-coordinate representation of color #53600D: hue angle of 69.4º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53600D is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 96 | 13 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.62 |
| HSL | 69.4º | 0.76% | 0.21% | - |
| HSV(B) | 69.4º | 0.86% | 0.38% | - |
| XYZ | 7.82 | 10.23 | 1.94 | - |
| YUV | 82.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 96 | 13 | 0.14 | 0 | 0.86 | 0.62 | 69.4 | 0.76 | 0.21 |
| Hex | 53 | 60 | D | E | 0 | 56 | 3E | 45 | 4C | 15 |
| Octal | 123 | 140 | 15 | 16 | 0 | 126 | 76 | 105 | 114 | 25 |
| Binary | 1010011 | 1100000 | 1101 | 1110 | 0 | 1010110 | 111110 | 1000101 | 1001100 | 10101 |
Color Harmonies of #53600D
Complementary color
Monochromatic Colors of #53600D
Black with #53600D
Text Example
Text Example
White with #53600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53600D; }
p { color: rgb(83,96,13); }
H1.HeaderClassName
{
color: #53600D;
}
.AnyTagClassName
{
color: #53600D;
}
</style>
background-color css
<style>
a { background-color: #53600D; }
a { background-color: rgb(83,96,13); }
div.DivClassName
{
background-color: #53600D;
}
.BgClassName
{
background-color: #53600D;
}
</style>
border-color css
<style>
span { border-color: #53600D; }
span { border-color: rgb(83,96,13); }
td.TdClassName
{
border-color: #53600D;
}
.TagClassName
{
border-color: #53600D;
}
</style>