Shades of Verdun Green #52680F
Tints of Verdun Green #52680F
RGB
CMYK
RGB Variations
Color information
#52680F (or 0x52680F) is known color: Verdun Green. HEX triplet: 52, 68 and 0F. RGB value is (82,104,15). Sum of RGB (Red+Green+Blue) = 82+104+15=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #52680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52680F is #AD97F0. Grayscale: #575757. Windows color (decimal): -11376625 or 1009746. OLE color: 1009746.
HSL color Cylindrical-coordinate representation of color #52680F: hue angle of 74.83º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52680F is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 104 | 15 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.59 |
| HSL | 74.83º | 0.75% | 0.23% | - |
| HSV(B) | 74.83º | 0.86% | 0.41% | - |
| XYZ | 8.52 | 11.73 | 2.27 | - |
| YUV | 87.28 | 87.21 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 104 | 15 | 0.21 | 0 | 0.86 | 0.59 | 74.83 | 0.75 | 0.23 |
| Hex | 52 | 68 | F | 15 | 0 | 56 | 3B | 4B | 4B | 17 |
| Octal | 122 | 150 | 17 | 25 | 0 | 126 | 73 | 113 | 113 | 27 |
| Binary | 1010010 | 1101000 | 1111 | 10101 | 0 | 1010110 | 111011 | 1001011 | 1001011 | 10111 |
Color Harmonies of #52680F
Complementary color
Monochromatic Colors of #52680F
Black with #52680F
Text Example
Text Example
White with #52680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52680F; }
p { color: rgb(82,104,15); }
H1.HeaderClassName
{
color: #52680F;
}
.AnyTagClassName
{
color: #52680F;
}
</style>
background-color css
<style>
a { background-color: #52680F; }
a { background-color: rgb(82,104,15); }
div.DivClassName
{
background-color: #52680F;
}
.BgClassName
{
background-color: #52680F;
}
</style>
border-color css
<style>
span { border-color: #52680F; }
span { border-color: rgb(82,104,15); }
td.TdClassName
{
border-color: #52680F;
}
.TagClassName
{
border-color: #52680F;
}
</style>