Shades of Verdun Green #535713
Tints of Verdun Green #535713
RGB
CMYK
RGB Variations
Color information
#535713 (or 0x535713) is known color: Verdun Green. HEX triplet: 53, 57 and 13. RGB value is (83,87,19). Sum of RGB (Red+Green+Blue) = 83+87+19=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #535713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535713 is #ACA8EC. Grayscale: #4E4E4E. Windows color (decimal): -11315437 or 1267539. OLE color: 1267539.
HSL color Cylindrical-coordinate representation of color #535713: hue angle of 63.53º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #535713 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 87 | 19 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.66 |
| HSL | 63.53º | 0.64% | 0.21% | - |
| HSV(B) | 63.53º | 0.78% | 0.34% | - |
| XYZ | 7.09 | 8.7 | 1.92 | - |
| YUV | 78.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 87 | 19 | 0.05 | 0 | 0.78 | 0.66 | 63.53 | 0.64 | 0.21 |
| Hex | 53 | 57 | 13 | 5 | 0 | 4E | 42 | 40 | 40 | 15 |
| Octal | 123 | 127 | 23 | 5 | 0 | 116 | 102 | 100 | 100 | 25 |
| Binary | 1010011 | 1010111 | 10011 | 101 | 0 | 1001110 | 1000010 | 1000000 | 1000000 | 10101 |
Color Harmonies of #535713
Complementary color
Monochromatic Colors of #535713
Black with #535713
Text Example
Text Example
White with #535713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535713; }
p { color: rgb(83,87,19); }
H1.HeaderClassName
{
color: #535713;
}
.AnyTagClassName
{
color: #535713;
}
</style>
background-color css
<style>
a { background-color: #535713; }
a { background-color: rgb(83,87,19); }
div.DivClassName
{
background-color: #535713;
}
.BgClassName
{
background-color: #535713;
}
</style>
border-color css
<style>
span { border-color: #535713; }
span { border-color: rgb(83,87,19); }
td.TdClassName
{
border-color: #535713;
}
.TagClassName
{
border-color: #535713;
}
</style>