Shades of Verdun Green #53680E
Tints of Verdun Green #53680E
RGB
CMYK
RGB Variations
Color information
#53680E (or 0x53680E) is known color: Verdun Green. HEX triplet: 53, 68 and 0E. RGB value is (83,104,14). Sum of RGB (Red+Green+Blue) = 83+104+14=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #53680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53680E is #AC97F1. Grayscale: #575757. Windows color (decimal): -11311090 or 944211. OLE color: 944211.
HSL color Cylindrical-coordinate representation of color #53680E: hue angle of 74º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53680E is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 104 | 14 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.59 |
| HSL | 74º | 0.76% | 0.23% | - |
| HSV(B) | 74º | 0.87% | 0.41% | - |
| XYZ | 8.6 | 11.77 | 2.23 | - |
| YUV | 87.46 | 86.54 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 14 | 0.20 | 0 | 0.87 | 0.59 | 74 | 0.76 | 0.23 |
| Hex | 53 | 68 | E | 14 | 0 | 57 | 3B | 4A | 4C | 17 |
| Octal | 123 | 150 | 16 | 24 | 0 | 127 | 73 | 112 | 114 | 27 |
| Binary | 1010011 | 1101000 | 1110 | 10100 | 0 | 1010111 | 111011 | 1001010 | 1001100 | 10111 |
Color Harmonies of #53680E
Complementary color
Monochromatic Colors of #53680E
Black with #53680E
Text Example
Text Example
White with #53680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53680E; }
p { color: rgb(83,104,14); }
H1.HeaderClassName
{
color: #53680E;
}
.AnyTagClassName
{
color: #53680E;
}
</style>
background-color css
<style>
a { background-color: #53680E; }
a { background-color: rgb(83,104,14); }
div.DivClassName
{
background-color: #53680E;
}
.BgClassName
{
background-color: #53680E;
}
</style>
border-color css
<style>
span { border-color: #53680E; }
span { border-color: rgb(83,104,14); }
td.TdClassName
{
border-color: #53680E;
}
.TagClassName
{
border-color: #53680E;
}
</style>