Shades of Verdun Green #526708
Tints of Verdun Green #526708
RGB
CMYK
RGB Variations
Color information
#526708 (or 0x526708) is known color: Verdun Green. HEX triplet: 52, 67 and 08. RGB value is (82,103,8). Sum of RGB (Red+Green+Blue) = 82+103+8=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #526708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526708 is #AD98F7. Grayscale: #565656. Windows color (decimal): -11376888 or 550738. OLE color: 550738.
HSL color Cylindrical-coordinate representation of color #526708: hue angle of 73.26º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #526708 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 8 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.60 |
| HSL | 73.26º | 0.86% | 0.22% | - |
| HSV(B) | 73.26º | 0.92% | 0.4% | - |
| XYZ | 8.37 | 11.51 | 2.01 | - |
| YUV | 85.89 | 84.04 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 8 | 0.20 | 0 | 0.92 | 0.60 | 73.26 | 0.86 | 0.22 |
| Hex | 52 | 67 | 8 | 14 | 0 | 5C | 3C | 49 | 56 | 16 |
| Octal | 122 | 147 | 10 | 24 | 0 | 134 | 74 | 111 | 126 | 26 |
| Binary | 1010010 | 1100111 | 1000 | 10100 | 0 | 1011100 | 111100 | 1001001 | 1010110 | 10110 |
Color Harmonies of #526708
Complementary color
Monochromatic Colors of #526708
Black with #526708
Text Example
Text Example
White with #526708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526708; }
p { color: rgb(82,103,8); }
H1.HeaderClassName
{
color: #526708;
}
.AnyTagClassName
{
color: #526708;
}
</style>
background-color css
<style>
a { background-color: #526708; }
a { background-color: rgb(82,103,8); }
div.DivClassName
{
background-color: #526708;
}
.BgClassName
{
background-color: #526708;
}
</style>
border-color css
<style>
span { border-color: #526708; }
span { border-color: rgb(82,103,8); }
td.TdClassName
{
border-color: #526708;
}
.TagClassName
{
border-color: #526708;
}
</style>