Shades of Verdun Green #525910
Tints of Verdun Green #525910
RGB
CMYK
RGB Variations
Color information
#525910 (or 0x525910) is known color: Verdun Green. HEX triplet: 52, 59 and 10. RGB value is (82,89,16). Sum of RGB (Red+Green+Blue) = 82+89+16=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #525910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525910 is #ADA6EF. Grayscale: #4E4E4E. Windows color (decimal): -11380464 or 1071442. OLE color: 1071442.
HSL color Cylindrical-coordinate representation of color #525910: hue angle of 65.75º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #525910 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 16 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.65 |
| HSL | 65.75º | 0.7% | 0.21% | - |
| HSV(B) | 65.75º | 0.82% | 0.35% | - |
| XYZ | 7.15 | 8.98 | 1.85 | - |
| YUV | 78.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 16 | 0.08 | 0 | 0.82 | 0.65 | 65.75 | 0.7 | 0.21 |
| Hex | 52 | 59 | 10 | 8 | 0 | 52 | 41 | 42 | 46 | 15 |
| Octal | 122 | 131 | 20 | 10 | 0 | 122 | 101 | 102 | 106 | 25 |
| Binary | 1010010 | 1011001 | 10000 | 1000 | 0 | 1010010 | 1000001 | 1000010 | 1000110 | 10101 |
Color Harmonies of #525910
Complementary color
Monochromatic Colors of #525910
Black with #525910
Text Example
Text Example
White with #525910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525910; }
p { color: rgb(82,89,16); }
H1.HeaderClassName
{
color: #525910;
}
.AnyTagClassName
{
color: #525910;
}
</style>
background-color css
<style>
a { background-color: #525910; }
a { background-color: rgb(82,89,16); }
div.DivClassName
{
background-color: #525910;
}
.BgClassName
{
background-color: #525910;
}
</style>
border-color css
<style>
span { border-color: #525910; }
span { border-color: rgb(82,89,16); }
td.TdClassName
{
border-color: #525910;
}
.TagClassName
{
border-color: #525910;
}
</style>