Shades of Verdun Green #526111
Tints of Verdun Green #526111
RGB
CMYK
RGB Variations
Color information
#526111 (or 0x526111) is known color: Verdun Green. HEX triplet: 52, 61 and 11. RGB value is (82,97,17). Sum of RGB (Red+Green+Blue) = 82+97+17=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #526111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526111 is #AD9EEE. Grayscale: #535353. Windows color (decimal): -11378415 or 1139026. OLE color: 1139026.
HSL color Cylindrical-coordinate representation of color #526111: hue angle of 71.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #526111 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 97 | 17 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.62 |
| HSL | 71.25º | 0.7% | 0.22% | - |
| HSV(B) | 71.25º | 0.82% | 0.38% | - |
| XYZ | 7.86 | 10.38 | 2.12 | - |
| YUV | 83.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 17 | 0.15 | 0 | 0.82 | 0.62 | 71.25 | 0.7 | 0.22 |
| Hex | 52 | 61 | 11 | F | 0 | 52 | 3E | 47 | 46 | 16 |
| Octal | 122 | 141 | 21 | 17 | 0 | 122 | 76 | 107 | 106 | 26 |
| Binary | 1010010 | 1100001 | 10001 | 1111 | 0 | 1010010 | 111110 | 1000111 | 1000110 | 10110 |
Color Harmonies of #526111
Complementary color
Monochromatic Colors of #526111
Black with #526111
Text Example
Text Example
White with #526111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526111; }
p { color: rgb(82,97,17); }
H1.HeaderClassName
{
color: #526111;
}
.AnyTagClassName
{
color: #526111;
}
</style>
background-color css
<style>
a { background-color: #526111; }
a { background-color: rgb(82,97,17); }
div.DivClassName
{
background-color: #526111;
}
.BgClassName
{
background-color: #526111;
}
</style>
border-color css
<style>
span { border-color: #526111; }
span { border-color: rgb(82,97,17); }
td.TdClassName
{
border-color: #526111;
}
.TagClassName
{
border-color: #526111;
}
</style>