Shades of Verdun Green #526000
Tints of Verdun Green #526000
RGB
CMYK
RGB Variations
Color information
#526000 (or 0x526000) is known color: Verdun Green. HEX triplet: 52, 60 and 00. RGB value is (82,96,0). Sum of RGB (Red+Green+Blue) = 82+96+0=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #526000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526000 is #AD9FFF. Grayscale: #515151. Windows color (decimal): -11378688 or 24658. OLE color: 24658.
HSL color Cylindrical-coordinate representation of color #526000: hue angle of 68.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #526000 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 96 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.62 |
| HSL | 68.75º | 1% | 0.19% | - |
| HSV(B) | 68.75º | 1% | 0.38% | - |
| XYZ | 7.66 | 10.16 | 1.56 | - |
| YUV | 80.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 96 | 0 | 0.15 | 0 | 1 | 0.62 | 68.75 | 1 | 0.19 |
| Hex | 52 | 60 | 0 | F | 0 | 64 | 3E | 45 | 64 | 13 |
| Octal | 122 | 140 | 0 | 17 | 0 | 144 | 76 | 105 | 144 | 23 |
| Binary | 1010010 | 1100000 | 0 | 1111 | 0 | 1100100 | 111110 | 1000101 | 1100100 | 10011 |
Color Harmonies of #526000
Complementary color
Monochromatic Colors of #526000
Black with #526000
Text Example
Text Example
White with #526000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526000; }
p { color: rgb(82,96,0); }
H1.HeaderClassName
{
color: #526000;
}
.AnyTagClassName
{
color: #526000;
}
</style>
background-color css
<style>
a { background-color: #526000; }
a { background-color: rgb(82,96,0); }
div.DivClassName
{
background-color: #526000;
}
.BgClassName
{
background-color: #526000;
}
</style>
border-color css
<style>
span { border-color: #526000; }
span { border-color: rgb(82,96,0); }
td.TdClassName
{
border-color: #526000;
}
.TagClassName
{
border-color: #526000;
}
</style>