Shades of Verdun Green #486510
Tints of Verdun Green #486510
RGB
CMYK
RGB Variations
Color information
#486510 (or 0x486510) is known color: Verdun Green. HEX triplet: 48, 65 and 10. RGB value is (72,101,16). Sum of RGB (Red+Green+Blue) = 72+101+16=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 101 (39.84% from 255 or 53.44% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 101 - color contains mainly: green. Hex color #486510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486510 is #B79AEF. Grayscale: #525252. Windows color (decimal): -12032752 or 1074504. OLE color: 1074504.
HSL color Cylindrical-coordinate representation of color #486510: hue angle of 80.47º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #486510 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 16 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.60 |
| HSL | 80.47º | 0.73% | 0.23% | - |
| HSV(B) | 80.47º | 0.84% | 0.4% | - |
| XYZ | 7.42 | 10.72 | 2.17 | - |
| YUV | 82.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 16 | 0.29 | 0 | 0.84 | 0.60 | 80.47 | 0.73 | 0.23 |
| Hex | 48 | 65 | 10 | 1D | 0 | 54 | 3C | 50 | 49 | 17 |
| Octal | 110 | 145 | 20 | 35 | 0 | 124 | 74 | 120 | 111 | 27 |
| Binary | 1001000 | 1100101 | 10000 | 11101 | 0 | 1010100 | 111100 | 1010000 | 1001001 | 10111 |
Color Harmonies of #486510
Complementary color
Monochromatic Colors of #486510
Black with #486510
Text Example
Text Example
White with #486510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486510; }
p { color: rgb(72,101,16); }
H1.HeaderClassName
{
color: #486510;
}
.AnyTagClassName
{
color: #486510;
}
</style>
background-color css
<style>
a { background-color: #486510; }
a { background-color: rgb(72,101,16); }
div.DivClassName
{
background-color: #486510;
}
.BgClassName
{
background-color: #486510;
}
</style>
border-color css
<style>
span { border-color: #486510; }
span { border-color: rgb(72,101,16); }
td.TdClassName
{
border-color: #486510;
}
.TagClassName
{
border-color: #486510;
}
</style>