Shades of Verdun Green #53580E
Tints of Verdun Green #53580E
RGB
CMYK
RGB Variations
Color information
#53580E (or 0x53580E) is known color: Verdun Green. HEX triplet: 53, 58 and 0E. RGB value is (83,88,14). Sum of RGB (Red+Green+Blue) = 83+88+14=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #53580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53580E is #ACA7F1. Grayscale: #4E4E4E. Windows color (decimal): -11315186 or 940115. OLE color: 940115.
HSL color Cylindrical-coordinate representation of color #53580E: hue angle of 64.05º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53580E is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 14 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.65 |
| HSL | 64.05º | 0.73% | 0.2% | - |
| HSV(B) | 64.05º | 0.84% | 0.35% | - |
| XYZ | 7.14 | 8.85 | 1.75 | - |
| YUV | 78.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 14 | 0.06 | 0 | 0.84 | 0.65 | 64.05 | 0.73 | 0.2 |
| Hex | 53 | 58 | E | 6 | 0 | 54 | 41 | 40 | 49 | 14 |
| Octal | 123 | 130 | 16 | 6 | 0 | 124 | 101 | 100 | 111 | 24 |
| Binary | 1010011 | 1011000 | 1110 | 110 | 0 | 1010100 | 1000001 | 1000000 | 1001001 | 10100 |
Color Harmonies of #53580E
Complementary color
Monochromatic Colors of #53580E
Black with #53580E
Text Example
Text Example
White with #53580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53580E; }
p { color: rgb(83,88,14); }
H1.HeaderClassName
{
color: #53580E;
}
.AnyTagClassName
{
color: #53580E;
}
</style>
background-color css
<style>
a { background-color: #53580E; }
a { background-color: rgb(83,88,14); }
div.DivClassName
{
background-color: #53580E;
}
.BgClassName
{
background-color: #53580E;
}
</style>
border-color css
<style>
span { border-color: #53580E; }
span { border-color: rgb(83,88,14); }
td.TdClassName
{
border-color: #53580E;
}
.TagClassName
{
border-color: #53580E;
}
</style>