Shades of Verdun Green #525D04
Tints of Verdun Green #525D04
RGB
CMYK
RGB Variations
Color information
#525D04 (or 0x525D04) is known color: Verdun Green. HEX triplet: 52, 5D and 04. RGB value is (82,93,4). Sum of RGB (Red+Green+Blue) = 82+93+4=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #525D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525D04 is #ADA2FB. Grayscale: #4F4F4F. Windows color (decimal): -11379452 or 286034. OLE color: 286034.
HSL color Cylindrical-coordinate representation of color #525D04: hue angle of 67.42º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #525D04 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 4 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.64 |
| HSL | 67.42º | 0.92% | 0.19% | - |
| HSV(B) | 67.42º | 0.96% | 0.36% | - |
| XYZ | 7.42 | 9.63 | 1.58 | - |
| YUV | 79.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 4 | 0.12 | 0 | 0.96 | 0.64 | 67.42 | 0.92 | 0.19 |
| Hex | 52 | 5D | 4 | C | 0 | 60 | 40 | 43 | 5C | 13 |
| Octal | 122 | 135 | 4 | 14 | 0 | 140 | 100 | 103 | 134 | 23 |
| Binary | 1010010 | 1011101 | 100 | 1100 | 0 | 1100000 | 1000000 | 1000011 | 1011100 | 10011 |
Color Harmonies of #525D04
Complementary color
Monochromatic Colors of #525D04
Black with #525D04
Text Example
Text Example
White with #525D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D04; }
p { color: rgb(82,93,4); }
H1.HeaderClassName
{
color: #525D04;
}
.AnyTagClassName
{
color: #525D04;
}
</style>
background-color css
<style>
a { background-color: #525D04; }
a { background-color: rgb(82,93,4); }
div.DivClassName
{
background-color: #525D04;
}
.BgClassName
{
background-color: #525D04;
}
</style>
border-color css
<style>
span { border-color: #525D04; }
span { border-color: rgb(82,93,4); }
td.TdClassName
{
border-color: #525D04;
}
.TagClassName
{
border-color: #525D04;
}
</style>