Shades of Verdun Green #525713
Tints of Verdun Green #525713
RGB
CMYK
RGB Variations
Color information
#525713 (or 0x525713) is known color: Verdun Green. HEX triplet: 52, 57 and 13. RGB value is (82,87,19). Sum of RGB (Red+Green+Blue) = 82+87+19=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #525713 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525713 is #ADA8EC. Grayscale: #4E4E4E. Windows color (decimal): -11380973 or 1267538. OLE color: 1267538.
HSL color Cylindrical-coordinate representation of color #525713: hue angle of 64.41º 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 #525713 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 87 | 19 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.66 |
| HSL | 64.41º | 0.64% | 0.21% | - |
| HSV(B) | 64.41º | 0.78% | 0.34% | - |
| XYZ | 7.01 | 8.66 | 1.92 | - |
| YUV | 77.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 19 | 0.06 | 0 | 0.78 | 0.66 | 64.41 | 0.64 | 0.21 |
| Hex | 52 | 57 | 13 | 6 | 0 | 4E | 42 | 40 | 40 | 15 |
| Octal | 122 | 127 | 23 | 6 | 0 | 116 | 102 | 100 | 100 | 25 |
| Binary | 1010010 | 1010111 | 10011 | 110 | 0 | 1001110 | 1000010 | 1000000 | 1000000 | 10101 |
Color Harmonies of #525713
Complementary color
Monochromatic Colors of #525713
Black with #525713
Text Example
Text Example
White with #525713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525713; }
p { color: rgb(82,87,19); }
H1.HeaderClassName
{
color: #525713;
}
.AnyTagClassName
{
color: #525713;
}
</style>
background-color css
<style>
a { background-color: #525713; }
a { background-color: rgb(82,87,19); }
div.DivClassName
{
background-color: #525713;
}
.BgClassName
{
background-color: #525713;
}
</style>
border-color css
<style>
span { border-color: #525713; }
span { border-color: rgb(82,87,19); }
td.TdClassName
{
border-color: #525713;
}
.TagClassName
{
border-color: #525713;
}
</style>