Shades of Verdun Green #525104
Tints of Verdun Green #525104
RGB
CMYK
RGB Variations
Color information
#525104 (or 0x525104) is known color: Verdun Green. HEX triplet: 52, 51 and 04. RGB value is (82,81,4). Sum of RGB (Red+Green+Blue) = 82+81+4=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 81 (32.03% from 255 or 48.50% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #525104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525104 is #ADAEFB. Grayscale: #484848. Windows color (decimal): -11382524 or 282962. OLE color: 282962.
HSL color Cylindrical-coordinate representation of color #525104: hue angle of 59.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #525104 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 4 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.68 |
| HSL | 59.23º | 0.91% | 0.17% | - |
| HSV(B) | 59.23º | 0.95% | 0.32% | - |
| XYZ | 6.44 | 7.69 | 1.26 | - |
| YUV | 72.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 4 | 0 | 0.01 | 0.95 | 0.68 | 59.23 | 0.91 | 0.17 |
| Hex | 52 | 51 | 4 | 0 | 1 | 5F | 44 | 3B | 5B | 11 |
| Octal | 122 | 121 | 4 | 0 | 1 | 137 | 104 | 73 | 133 | 21 |
| Binary | 1010010 | 1010001 | 100 | 0 | 1 | 1011111 | 1000100 | 111011 | 1011011 | 10001 |
Color Harmonies of #525104
Complementary color
Monochromatic Colors of #525104
Black with #525104
Text Example
Text Example
White with #525104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525104; }
p { color: rgb(82,81,4); }
H1.HeaderClassName
{
color: #525104;
}
.AnyTagClassName
{
color: #525104;
}
</style>
background-color css
<style>
a { background-color: #525104; }
a { background-color: rgb(82,81,4); }
div.DivClassName
{
background-color: #525104;
}
.BgClassName
{
background-color: #525104;
}
</style>
border-color css
<style>
span { border-color: #525104; }
span { border-color: rgb(82,81,4); }
td.TdClassName
{
border-color: #525104;
}
.TagClassName
{
border-color: #525104;
}
</style>