Shades of Verdun Green #525103
Tints of Verdun Green #525103
RGB
CMYK
RGB Variations
Color information
#525103 (or 0x525103) is known color: Verdun Green. HEX triplet: 52, 51 and 03. RGB value is (82,81,3). Sum of RGB (Red+Green+Blue) = 82+81+3=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #525103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525103 is #ADAEFC. Grayscale: #484848. Windows color (decimal): -11382525 or 217426. OLE color: 217426.
HSL color Cylindrical-coordinate representation of color #525103: hue angle of 59.24º 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 #525103 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 3 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.68 |
| HSL | 59.24º | 0.93% | 0.17% | - |
| HSV(B) | 59.24º | 0.96% | 0.32% | - |
| XYZ | 6.44 | 7.69 | 1.23 | - |
| YUV | 72.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 3 | 0 | 0.01 | 0.96 | 0.68 | 59.24 | 0.93 | 0.17 |
| Hex | 52 | 51 | 3 | 0 | 1 | 60 | 44 | 3B | 5D | 11 |
| Octal | 122 | 121 | 3 | 0 | 1 | 140 | 104 | 73 | 135 | 21 |
| Binary | 1010010 | 1010001 | 11 | 0 | 1 | 1100000 | 1000100 | 111011 | 1011101 | 10001 |
Color Harmonies of #525103
Complementary color
Monochromatic Colors of #525103
Black with #525103
Text Example
Text Example
White with #525103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525103; }
p { color: rgb(82,81,3); }
H1.HeaderClassName
{
color: #525103;
}
.AnyTagClassName
{
color: #525103;
}
</style>
background-color css
<style>
a { background-color: #525103; }
a { background-color: rgb(82,81,3); }
div.DivClassName
{
background-color: #525103;
}
.BgClassName
{
background-color: #525103;
}
</style>
border-color css
<style>
span { border-color: #525103; }
span { border-color: rgb(82,81,3); }
td.TdClassName
{
border-color: #525103;
}
.TagClassName
{
border-color: #525103;
}
</style>