Shades of Verdun Green #487501
Tints of Verdun Green #487501
RGB
CMYK
RGB Variations
Color information
#487501 (or 0x487501) is known color: Verdun Green. HEX triplet: 48, 75 and 01. RGB value is (72,117,1). Sum of RGB (Red+Green+Blue) = 72+117+1=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #487501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487501 is #B78AFE. Grayscale: #5A5A5A. Windows color (decimal): -12028671 or 95560. OLE color: 95560.
HSL color Cylindrical-coordinate representation of color #487501: hue angle of 83.28º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #487501 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 117 | 1 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.54 |
| HSL | 83.28º | 0.98% | 0.23% | - |
| HSV(B) | 83.28º | 0.99% | 0.46% | - |
| XYZ | 9.04 | 14.1 | 2.27 | - |
| YUV | 90.32 | 77.59 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 1 | 0.38 | 0 | 0.99 | 0.54 | 83.28 | 0.98 | 0.23 |
| Hex | 48 | 75 | 1 | 26 | 0 | 63 | 36 | 53 | 62 | 17 |
| Octal | 110 | 165 | 1 | 46 | 0 | 143 | 66 | 123 | 142 | 27 |
| Binary | 1001000 | 1110101 | 1 | 100110 | 0 | 1100011 | 110110 | 1010011 | 1100010 | 10111 |
Color Harmonies of #487501
Complementary color
Monochromatic Colors of #487501
Black with #487501
Text Example
Text Example
White with #487501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487501; }
p { color: rgb(72,117,1); }
H1.HeaderClassName
{
color: #487501;
}
.AnyTagClassName
{
color: #487501;
}
</style>
background-color css
<style>
a { background-color: #487501; }
a { background-color: rgb(72,117,1); }
div.DivClassName
{
background-color: #487501;
}
.BgClassName
{
background-color: #487501;
}
</style>
border-color css
<style>
span { border-color: #487501; }
span { border-color: rgb(72,117,1); }
td.TdClassName
{
border-color: #487501;
}
.TagClassName
{
border-color: #487501;
}
</style>