Shades of Verdun Green #525714
Tints of Verdun Green #525714
RGB
CMYK
RGB Variations
Color information
#525714 (or 0x525714) is known color: Verdun Green. HEX triplet: 52, 57 and 14. RGB value is (82,87,20). Sum of RGB (Red+Green+Blue) = 82+87+20=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #525714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525714 is #ADA8EB. Grayscale: #4E4E4E. Windows color (decimal): -11380972 or 1333074. OLE color: 1333074.
HSL color Cylindrical-coordinate representation of color #525714: hue angle of 64.48º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #525714 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 87 | 20 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.66 |
| HSL | 64.48º | 0.63% | 0.21% | - |
| HSV(B) | 64.48º | 0.77% | 0.34% | - |
| XYZ | 7.01 | 8.66 | 1.96 | - |
| YUV | 77.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 20 | 0.06 | 0 | 0.77 | 0.66 | 64.48 | 0.63 | 0.21 |
| Hex | 52 | 57 | 14 | 6 | 0 | 4D | 42 | 40 | 3F | 15 |
| Octal | 122 | 127 | 24 | 6 | 0 | 115 | 102 | 100 | 77 | 25 |
| Binary | 1010010 | 1010111 | 10100 | 110 | 0 | 1001101 | 1000010 | 1000000 | 111111 | 10101 |
Color Harmonies of #525714
Complementary color
Monochromatic Colors of #525714
Black with #525714
Text Example
Text Example
White with #525714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525714; }
p { color: rgb(82,87,20); }
H1.HeaderClassName
{
color: #525714;
}
.AnyTagClassName
{
color: #525714;
}
</style>
background-color css
<style>
a { background-color: #525714; }
a { background-color: rgb(82,87,20); }
div.DivClassName
{
background-color: #525714;
}
.BgClassName
{
background-color: #525714;
}
</style>
border-color css
<style>
span { border-color: #525714; }
span { border-color: rgb(82,87,20); }
td.TdClassName
{
border-color: #525714;
}
.TagClassName
{
border-color: #525714;
}
</style>