Shades of Verdun Green #53520A
Tints of Verdun Green #53520A
RGB
CMYK
RGB Variations
Color information
#53520A (or 0x53520A) is known color: Verdun Green. HEX triplet: 53, 52 and 0A. RGB value is (83,82,10). Sum of RGB (Red+Green+Blue) = 83+82+10=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #53520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53520A is #ACADF5. Grayscale: #4A4A4A. Windows color (decimal): -11316726 or 676435. OLE color: 676435.
HSL color Cylindrical-coordinate representation of color #53520A: hue angle of 59.18º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #53520A is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 10 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.67 |
| HSL | 59.18º | 0.78% | 0.18% | - |
| HSV(B) | 59.18º | 0.88% | 0.33% | - |
| XYZ | 6.64 | 7.9 | 1.46 | - |
| YUV | 74.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 10 | 0 | 0.01 | 0.88 | 0.67 | 59.18 | 0.78 | 0.18 |
| Hex | 53 | 52 | A | 0 | 1 | 58 | 43 | 3B | 4E | 12 |
| Octal | 123 | 122 | 12 | 0 | 1 | 130 | 103 | 73 | 116 | 22 |
| Binary | 1010011 | 1010010 | 1010 | 0 | 1 | 1011000 | 1000011 | 111011 | 1001110 | 10010 |
Color Harmonies of #53520A
Complementary color
Monochromatic Colors of #53520A
Black with #53520A
Text Example
Text Example
White with #53520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53520A; }
p { color: rgb(83,82,10); }
H1.HeaderClassName
{
color: #53520A;
}
.AnyTagClassName
{
color: #53520A;
}
</style>
background-color css
<style>
a { background-color: #53520A; }
a { background-color: rgb(83,82,10); }
div.DivClassName
{
background-color: #53520A;
}
.BgClassName
{
background-color: #53520A;
}
</style>
border-color css
<style>
span { border-color: #53520A; }
span { border-color: rgb(83,82,10); }
td.TdClassName
{
border-color: #53520A;
}
.TagClassName
{
border-color: #53520A;
}
</style>