Shades of Verdun Green #53530E
Tints of Verdun Green #53530E
RGB
CMYK
RGB Variations
Color information
#53530E (or 0x53530E) is known color: Verdun Green. HEX triplet: 53, 53 and 0E. RGB value is (83,83,14). Sum of RGB (Red+Green+Blue) = 83+83+14=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 83 - color contains mainly: red, green. Hex color #53530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53530E is #ACACF1. Grayscale: #4B4B4B. Windows color (decimal): -11316466 or 938835. OLE color: 938835.
HSL color Cylindrical-coordinate representation of color #53530E: hue angle of 60º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53530E is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 83 | 14 | - |
| CMYK | 0 | 0 | 0.83 | 0.67 |
| HSL | 60º | 0.71% | 0.19% | - |
| HSV(B) | 60º | 0.83% | 0.33% | - |
| XYZ | 6.74 | 8.06 | 1.62 | - |
| YUV | 75.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 83 | 14 | 0 | 0 | 0.83 | 0.67 | 60 | 0.71 | 0.19 |
| Hex | 53 | 53 | E | 0 | 0 | 53 | 43 | 3C | 47 | 13 |
| Octal | 123 | 123 | 16 | 0 | 0 | 123 | 103 | 74 | 107 | 23 |
| Binary | 1010011 | 1010011 | 1110 | 0 | 0 | 1010011 | 1000011 | 111100 | 1000111 | 10011 |
Color Harmonies of #53530E
Complementary color
Monochromatic Colors of #53530E
Black with #53530E
Text Example
Text Example
White with #53530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53530E; }
p { color: rgb(83,83,14); }
H1.HeaderClassName
{
color: #53530E;
}
.AnyTagClassName
{
color: #53530E;
}
</style>
background-color css
<style>
a { background-color: #53530E; }
a { background-color: rgb(83,83,14); }
div.DivClassName
{
background-color: #53530E;
}
.BgClassName
{
background-color: #53530E;
}
</style>
border-color css
<style>
span { border-color: #53530E; }
span { border-color: rgb(83,83,14); }
td.TdClassName
{
border-color: #53530E;
}
.TagClassName
{
border-color: #53530E;
}
</style>