Shades of Verdun Green #525703
Tints of Verdun Green #525703
RGB
CMYK
RGB Variations
Color information
#525703 (or 0x525703) is known color: Verdun Green. HEX triplet: 52, 57 and 03. RGB value is (82,87,3). Sum of RGB (Red+Green+Blue) = 82+87+3=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #525703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525703 is #ADA8FC. Grayscale: #4C4C4C. Windows color (decimal): -11380989 or 218962. OLE color: 218962.
HSL color Cylindrical-coordinate representation of color #525703: hue angle of 63.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #525703 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 87 | 3 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.66 |
| HSL | 63.57º | 0.93% | 0.18% | - |
| HSV(B) | 63.57º | 0.97% | 0.34% | - |
| XYZ | 6.9 | 8.62 | 1.39 | - |
| YUV | 75.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 3 | 0.06 | 0 | 0.97 | 0.66 | 63.57 | 0.93 | 0.18 |
| Hex | 52 | 57 | 3 | 6 | 0 | 61 | 42 | 40 | 5D | 12 |
| Octal | 122 | 127 | 3 | 6 | 0 | 141 | 102 | 100 | 135 | 22 |
| Binary | 1010010 | 1010111 | 11 | 110 | 0 | 1100001 | 1000010 | 1000000 | 1011101 | 10010 |
Color Harmonies of #525703
Complementary color
Monochromatic Colors of #525703
Black with #525703
Text Example
Text Example
White with #525703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525703; }
p { color: rgb(82,87,3); }
H1.HeaderClassName
{
color: #525703;
}
.AnyTagClassName
{
color: #525703;
}
</style>
background-color css
<style>
a { background-color: #525703; }
a { background-color: rgb(82,87,3); }
div.DivClassName
{
background-color: #525703;
}
.BgClassName
{
background-color: #525703;
}
</style>
border-color css
<style>
span { border-color: #525703; }
span { border-color: rgb(82,87,3); }
td.TdClassName
{
border-color: #525703;
}
.TagClassName
{
border-color: #525703;
}
</style>