Shades of Verdun Green #53670E
Tints of Verdun Green #53670E
RGB
CMYK
RGB Variations
Color information
#53670E (or 0x53670E) is known color: Verdun Green. HEX triplet: 53, 67 and 0E. RGB value is (83,103,14). Sum of RGB (Red+Green+Blue) = 83+103+14=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #53670E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53670E is #AC98F1. Grayscale: #575757. Windows color (decimal): -11311346 or 943955. OLE color: 943955.
HSL color Cylindrical-coordinate representation of color #53670E: hue angle of 73.48º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #53670E is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 14 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.60 |
| HSL | 73.48º | 0.76% | 0.23% | - |
| HSV(B) | 73.48º | 0.86% | 0.4% | - |
| XYZ | 8.5 | 11.57 | 2.2 | - |
| YUV | 86.87 | 86.87 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 14 | 0.19 | 0 | 0.86 | 0.60 | 73.48 | 0.76 | 0.23 |
| Hex | 53 | 67 | E | 13 | 0 | 56 | 3C | 49 | 4C | 17 |
| Octal | 123 | 147 | 16 | 23 | 0 | 126 | 74 | 111 | 114 | 27 |
| Binary | 1010011 | 1100111 | 1110 | 10011 | 0 | 1010110 | 111100 | 1001001 | 1001100 | 10111 |
Color Harmonies of #53670E
Complementary color
Monochromatic Colors of #53670E
Black with #53670E
Text Example
Text Example
White with #53670E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53670E; }
p { color: rgb(83,103,14); }
H1.HeaderClassName
{
color: #53670E;
}
.AnyTagClassName
{
color: #53670E;
}
</style>
background-color css
<style>
a { background-color: #53670E; }
a { background-color: rgb(83,103,14); }
div.DivClassName
{
background-color: #53670E;
}
.BgClassName
{
background-color: #53670E;
}
</style>
border-color css
<style>
span { border-color: #53670E; }
span { border-color: rgb(83,103,14); }
td.TdClassName
{
border-color: #53670E;
}
.TagClassName
{
border-color: #53670E;
}
</style>