Shades of Verdun Green #535511
Tints of Verdun Green #535511
RGB
CMYK
RGB Variations
Color information
#535511 (or 0x535511) is known color: Verdun Green. HEX triplet: 53, 55 and 11. RGB value is (83,85,17). Sum of RGB (Red+Green+Blue) = 83+85+17=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #535511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535511 is #ACAAEE. Grayscale: #4C4C4C. Windows color (decimal): -11315951 or 1135955. OLE color: 1135955.
HSL color Cylindrical-coordinate representation of color #535511: hue angle of 61.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #535511 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 17 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.67 |
| HSL | 61.76º | 0.67% | 0.2% | - |
| HSV(B) | 61.76º | 0.8% | 0.33% | - |
| XYZ | 6.92 | 8.38 | 1.78 | - |
| YUV | 76.65 | 94.34 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 17 | 0.02 | 0 | 0.80 | 0.67 | 61.76 | 0.67 | 0.2 |
| Hex | 53 | 55 | 11 | 2 | 0 | 50 | 43 | 3E | 43 | 14 |
| Octal | 123 | 125 | 21 | 2 | 0 | 120 | 103 | 76 | 103 | 24 |
| Binary | 1010011 | 1010101 | 10001 | 10 | 0 | 1010000 | 1000011 | 111110 | 1000011 | 10100 |
Color Harmonies of #535511
Complementary color
Monochromatic Colors of #535511
Black with #535511
Text Example
Text Example
White with #535511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535511; }
p { color: rgb(83,85,17); }
H1.HeaderClassName
{
color: #535511;
}
.AnyTagClassName
{
color: #535511;
}
</style>
background-color css
<style>
a { background-color: #535511; }
a { background-color: rgb(83,85,17); }
div.DivClassName
{
background-color: #535511;
}
.BgClassName
{
background-color: #535511;
}
</style>
border-color css
<style>
span { border-color: #535511; }
span { border-color: rgb(83,85,17); }
td.TdClassName
{
border-color: #535511;
}
.TagClassName
{
border-color: #535511;
}
</style>