Shades of Verdun Green #525803
Tints of Verdun Green #525803
RGB
CMYK
RGB Variations
Color information
#525803 (or 0x525803) is known color: Verdun Green. HEX triplet: 52, 58 and 03. RGB value is (82,88,3). Sum of RGB (Red+Green+Blue) = 82+88+3=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 88 (34.77% from 255 or 50.87% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 88 - color contains mainly: green. Hex color #525803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525803 is #ADA7FC. Grayscale: #4C4C4C. Windows color (decimal): -11380733 or 219218. OLE color: 219218.
HSL color Cylindrical-coordinate representation of color #525803: hue angle of 64.24º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #525803 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 3 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.65 |
| HSL | 64.24º | 0.93% | 0.18% | - |
| HSV(B) | 64.24º | 0.97% | 0.35% | - |
| XYZ | 6.99 | 8.78 | 1.41 | - |
| YUV | 76.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 3 | 0.07 | 0 | 0.97 | 0.65 | 64.24 | 0.93 | 0.18 |
| Hex | 52 | 58 | 3 | 7 | 0 | 61 | 41 | 40 | 5D | 12 |
| Octal | 122 | 130 | 3 | 7 | 0 | 141 | 101 | 100 | 135 | 22 |
| Binary | 1010010 | 1011000 | 11 | 111 | 0 | 1100001 | 1000001 | 1000000 | 1011101 | 10010 |
Color Harmonies of #525803
Complementary color
Monochromatic Colors of #525803
Black with #525803
Text Example
Text Example
White with #525803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525803; }
p { color: rgb(82,88,3); }
H1.HeaderClassName
{
color: #525803;
}
.AnyTagClassName
{
color: #525803;
}
</style>
background-color css
<style>
a { background-color: #525803; }
a { background-color: rgb(82,88,3); }
div.DivClassName
{
background-color: #525803;
}
.BgClassName
{
background-color: #525803;
}
</style>
border-color css
<style>
span { border-color: #525803; }
span { border-color: rgb(82,88,3); }
td.TdClassName
{
border-color: #525803;
}
.TagClassName
{
border-color: #525803;
}
</style>