Shades of Verdun Green #526A09
Tints of Verdun Green #526A09
RGB
CMYK
RGB Variations
Color information
#526A09 (or 0x526A09) is known color: Verdun Green. HEX triplet: 52, 6A and 09. RGB value is (82,106,9). Sum of RGB (Red+Green+Blue) = 82+106+9=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #526A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526A09 is #AD95F6. Grayscale: #585858. Windows color (decimal): -11376119 or 617042. OLE color: 617042.
HSL color Cylindrical-coordinate representation of color #526A09: hue angle of 74.85º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #526A09 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 9 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.58 |
| HSL | 74.85º | 0.84% | 0.23% | - |
| HSV(B) | 74.85º | 0.92% | 0.42% | - |
| XYZ | 8.68 | 12.12 | 2.14 | - |
| YUV | 87.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 9 | 0.23 | 0 | 0.92 | 0.58 | 74.85 | 0.84 | 0.23 |
| Hex | 52 | 6A | 9 | 17 | 0 | 5C | 3A | 4B | 54 | 17 |
| Octal | 122 | 152 | 11 | 27 | 0 | 134 | 72 | 113 | 124 | 27 |
| Binary | 1010010 | 1101010 | 1001 | 10111 | 0 | 1011100 | 111010 | 1001011 | 1010100 | 10111 |
Color Harmonies of #526A09
Complementary color
Monochromatic Colors of #526A09
Black with #526A09
Text Example
Text Example
White with #526A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A09; }
p { color: rgb(82,106,9); }
H1.HeaderClassName
{
color: #526A09;
}
.AnyTagClassName
{
color: #526A09;
}
</style>
background-color css
<style>
a { background-color: #526A09; }
a { background-color: rgb(82,106,9); }
div.DivClassName
{
background-color: #526A09;
}
.BgClassName
{
background-color: #526A09;
}
</style>
border-color css
<style>
span { border-color: #526A09; }
span { border-color: rgb(82,106,9); }
td.TdClassName
{
border-color: #526A09;
}
.TagClassName
{
border-color: #526A09;
}
</style>