Shades of Verdun Green #535810
Tints of Verdun Green #535810
RGB
CMYK
RGB Variations
Color information
#535810 (or 0x535810) is known color: Verdun Green. HEX triplet: 53, 58 and 10. RGB value is (83,88,16). Sum of RGB (Red+Green+Blue) = 83+88+16=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #535810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535810 is #ACA7EF. Grayscale: #4E4E4E. Windows color (decimal): -11315184 or 1071187. OLE color: 1071187.
HSL color Cylindrical-coordinate representation of color #535810: hue angle of 64.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #535810 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 16 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.65 |
| HSL | 64.17º | 0.69% | 0.2% | - |
| HSV(B) | 64.17º | 0.82% | 0.35% | - |
| XYZ | 7.15 | 8.86 | 1.82 | - |
| YUV | 78.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 16 | 0.06 | 0 | 0.82 | 0.65 | 64.17 | 0.69 | 0.2 |
| Hex | 53 | 58 | 10 | 6 | 0 | 52 | 41 | 40 | 45 | 14 |
| Octal | 123 | 130 | 20 | 6 | 0 | 122 | 101 | 100 | 105 | 24 |
| Binary | 1010011 | 1011000 | 10000 | 110 | 0 | 1010010 | 1000001 | 1000000 | 1000101 | 10100 |
Color Harmonies of #535810
Complementary color
Monochromatic Colors of #535810
Black with #535810
Text Example
Text Example
White with #535810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535810; }
p { color: rgb(83,88,16); }
H1.HeaderClassName
{
color: #535810;
}
.AnyTagClassName
{
color: #535810;
}
</style>
background-color css
<style>
a { background-color: #535810; }
a { background-color: rgb(83,88,16); }
div.DivClassName
{
background-color: #535810;
}
.BgClassName
{
background-color: #535810;
}
</style>
border-color css
<style>
span { border-color: #535810; }
span { border-color: rgb(83,88,16); }
td.TdClassName
{
border-color: #535810;
}
.TagClassName
{
border-color: #535810;
}
</style>