Shades of Verdun Green #526B05
Tints of Verdun Green #526B05
RGB
CMYK
RGB Variations
Color information
#526B05 (or 0x526B05) is known color: Verdun Green. HEX triplet: 52, 6B and 05. RGB value is (82,107,5). Sum of RGB (Red+Green+Blue) = 82+107+5=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #526B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526B05 is #AD94FA. Grayscale: #585858. Windows color (decimal): -11375867 or 355154. OLE color: 355154.
HSL color Cylindrical-coordinate representation of color #526B05: hue angle of 74.71º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526B05 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 107 | 5 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.58 |
| HSL | 74.71º | 0.91% | 0.22% | - |
| HSV(B) | 74.71º | 0.95% | 0.42% | - |
| XYZ | 8.76 | 12.32 | 2.06 | - |
| YUV | 87.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 5 | 0.23 | 0 | 0.95 | 0.58 | 74.71 | 0.91 | 0.22 |
| Hex | 52 | 6B | 5 | 17 | 0 | 5F | 3A | 4B | 5B | 16 |
| Octal | 122 | 153 | 5 | 27 | 0 | 137 | 72 | 113 | 133 | 26 |
| Binary | 1010010 | 1101011 | 101 | 10111 | 0 | 1011111 | 111010 | 1001011 | 1011011 | 10110 |
Color Harmonies of #526B05
Complementary color
Monochromatic Colors of #526B05
Black with #526B05
Text Example
Text Example
White with #526B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B05; }
p { color: rgb(82,107,5); }
H1.HeaderClassName
{
color: #526B05;
}
.AnyTagClassName
{
color: #526B05;
}
</style>
background-color css
<style>
a { background-color: #526B05; }
a { background-color: rgb(82,107,5); }
div.DivClassName
{
background-color: #526B05;
}
.BgClassName
{
background-color: #526B05;
}
</style>
border-color css
<style>
span { border-color: #526B05; }
span { border-color: rgb(82,107,5); }
td.TdClassName
{
border-color: #526B05;
}
.TagClassName
{
border-color: #526B05;
}
</style>