Shades of Verdun Green #535710
Tints of Verdun Green #535710
RGB
CMYK
RGB Variations
Color information
#535710 (or 0x535710) is known color: Verdun Green. HEX triplet: 53, 57 and 10. RGB value is (83,87,16). Sum of RGB (Red+Green+Blue) = 83+87+16=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #535710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535710 is #ACA8EF. Grayscale: #4D4D4D. Windows color (decimal): -11315440 or 1070931. OLE color: 1070931.
HSL color Cylindrical-coordinate representation of color #535710: hue angle of 63.38º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #535710 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 16 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.66 |
| HSL | 63.38º | 0.69% | 0.2% | - |
| HSV(B) | 63.38º | 0.82% | 0.34% | - |
| XYZ | 7.07 | 8.69 | 1.8 | - |
| YUV | 77.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 16 | 0.05 | 0 | 0.82 | 0.66 | 63.38 | 0.69 | 0.2 |
| Hex | 53 | 57 | 10 | 5 | 0 | 52 | 42 | 3F | 45 | 14 |
| Octal | 123 | 127 | 20 | 5 | 0 | 122 | 102 | 77 | 105 | 24 |
| Binary | 1010011 | 1010111 | 10000 | 101 | 0 | 1010010 | 1000010 | 111111 | 1000101 | 10100 |
Color Harmonies of #535710
Complementary color
Monochromatic Colors of #535710
Black with #535710
Text Example
Text Example
White with #535710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535710; }
p { color: rgb(83,87,16); }
H1.HeaderClassName
{
color: #535710;
}
.AnyTagClassName
{
color: #535710;
}
</style>
background-color css
<style>
a { background-color: #535710; }
a { background-color: rgb(83,87,16); }
div.DivClassName
{
background-color: #535710;
}
.BgClassName
{
background-color: #535710;
}
</style>
border-color css
<style>
span { border-color: #535710; }
span { border-color: rgb(83,87,16); }
td.TdClassName
{
border-color: #535710;
}
.TagClassName
{
border-color: #535710;
}
</style>