Shades of Verdun Green #487301
Tints of Verdun Green #487301
RGB
CMYK
RGB Variations
Color information
#487301 (or 0x487301) is known color: Verdun Green. HEX triplet: 48, 73 and 01. RGB value is (72,115,1). Sum of RGB (Red+Green+Blue) = 72+115+1=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #487301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487301 is #B78CFE. Grayscale: #595959. Windows color (decimal): -12029183 or 95048. OLE color: 95048.
HSL color Cylindrical-coordinate representation of color #487301: hue angle of 82.63º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #487301 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.55 |
| HSL | 82.63º | 0.98% | 0.23% | - |
| HSV(B) | 82.63º | 0.99% | 0.45% | - |
| XYZ | 8.81 | 13.64 | 2.2 | - |
| YUV | 89.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 1 | 0.37 | 0 | 0.99 | 0.55 | 82.63 | 0.98 | 0.23 |
| Hex | 48 | 73 | 1 | 25 | 0 | 63 | 37 | 53 | 62 | 17 |
| Octal | 110 | 163 | 1 | 45 | 0 | 143 | 67 | 123 | 142 | 27 |
| Binary | 1001000 | 1110011 | 1 | 100101 | 0 | 1100011 | 110111 | 1010011 | 1100010 | 10111 |
Color Harmonies of #487301
Complementary color
Monochromatic Colors of #487301
Black with #487301
Text Example
Text Example
White with #487301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487301; }
p { color: rgb(72,115,1); }
H1.HeaderClassName
{
color: #487301;
}
.AnyTagClassName
{
color: #487301;
}
</style>
background-color css
<style>
a { background-color: #487301; }
a { background-color: rgb(72,115,1); }
div.DivClassName
{
background-color: #487301;
}
.BgClassName
{
background-color: #487301;
}
</style>
border-color css
<style>
span { border-color: #487301; }
span { border-color: rgb(72,115,1); }
td.TdClassName
{
border-color: #487301;
}
.TagClassName
{
border-color: #487301;
}
</style>