Shades of Verdun Green #53580D
Tints of Verdun Green #53580D
RGB
CMYK
RGB Variations
Color information
#53580D (or 0x53580D) is known color: Verdun Green. HEX triplet: 53, 58 and 0D. RGB value is (83,88,13). Sum of RGB (Red+Green+Blue) = 83+88+13=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 88 - color contains mainly: green. Hex color #53580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53580D is #ACA7F2. Grayscale: #4E4E4E. Windows color (decimal): -11315187 or 874579. OLE color: 874579.
HSL color Cylindrical-coordinate representation of color #53580D: hue angle of 64º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53580D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 13 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.65 |
| HSL | 64º | 0.74% | 0.2% | - |
| HSV(B) | 64º | 0.85% | 0.35% | - |
| XYZ | 7.13 | 8.85 | 1.71 | - |
| YUV | 77.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 13 | 0.06 | 0 | 0.85 | 0.65 | 64 | 0.74 | 0.2 |
| Hex | 53 | 58 | D | 6 | 0 | 55 | 41 | 40 | 4A | 14 |
| Octal | 123 | 130 | 15 | 6 | 0 | 125 | 101 | 100 | 112 | 24 |
| Binary | 1010011 | 1011000 | 1101 | 110 | 0 | 1010101 | 1000001 | 1000000 | 1001010 | 10100 |
Color Harmonies of #53580D
Complementary color
Monochromatic Colors of #53580D
Black with #53580D
Text Example
Text Example
White with #53580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53580D; }
p { color: rgb(83,88,13); }
H1.HeaderClassName
{
color: #53580D;
}
.AnyTagClassName
{
color: #53580D;
}
</style>
background-color css
<style>
a { background-color: #53580D; }
a { background-color: rgb(83,88,13); }
div.DivClassName
{
background-color: #53580D;
}
.BgClassName
{
background-color: #53580D;
}
</style>
border-color css
<style>
span { border-color: #53580D; }
span { border-color: rgb(83,88,13); }
td.TdClassName
{
border-color: #53580D;
}
.TagClassName
{
border-color: #53580D;
}
</style>