Shades of Verdun Green #524D03
Tints of Verdun Green #524D03
RGB
CMYK
RGB Variations
Color information
#524D03 (or 0x524D03) is known color: Verdun Green. HEX triplet: 52, 4D and 03. RGB value is (82,77,3). Sum of RGB (Red+Green+Blue) = 82+77+3=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #524D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524D03 is #ADB2FC. Grayscale: #464646. Windows color (decimal): -11383549 or 216402. OLE color: 216402.
HSL color Cylindrical-coordinate representation of color #524D03: hue angle of 56.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #524D03 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 77 | 3 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.68 |
| HSL | 56.2º | 0.93% | 0.17% | - |
| HSV(B) | 56.2º | 0.96% | 0.32% | - |
| XYZ | 6.15 | 7.11 | 1.13 | - |
| YUV | 70.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 3 | 0 | 0.06 | 0.96 | 0.68 | 56.2 | 0.93 | 0.17 |
| Hex | 52 | 4D | 3 | 0 | 6 | 60 | 44 | 38 | 5D | 11 |
| Octal | 122 | 115 | 3 | 0 | 6 | 140 | 104 | 70 | 135 | 21 |
| Binary | 1010010 | 1001101 | 11 | 0 | 110 | 1100000 | 1000100 | 111000 | 1011101 | 10001 |
Color Harmonies of #524D03
Complementary color
Monochromatic Colors of #524D03
Black with #524D03
Text Example
Text Example
White with #524D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D03; }
p { color: rgb(82,77,3); }
H1.HeaderClassName
{
color: #524D03;
}
.AnyTagClassName
{
color: #524D03;
}
</style>
background-color css
<style>
a { background-color: #524D03; }
a { background-color: rgb(82,77,3); }
div.DivClassName
{
background-color: #524D03;
}
.BgClassName
{
background-color: #524D03;
}
</style>
border-color css
<style>
span { border-color: #524D03; }
span { border-color: rgb(82,77,3); }
td.TdClassName
{
border-color: #524D03;
}
.TagClassName
{
border-color: #524D03;
}
</style>