Shades of Verdun Green #487302
Tints of Verdun Green #487302
RGB
CMYK
RGB Variations
Color information
#487302 (or 0x487302) is known color: Verdun Green. HEX triplet: 48, 73 and 02. RGB value is (72,115,2). Sum of RGB (Red+Green+Blue) = 72+115+2=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #487302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487302 is #B78CFD. Grayscale: #595959. Windows color (decimal): -12029182 or 160584. OLE color: 160584.
HSL color Cylindrical-coordinate representation of color #487302: hue angle of 82.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #487302 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 2 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.55 |
| HSL | 82.83º | 0.97% | 0.23% | - |
| HSV(B) | 82.83º | 0.98% | 0.45% | - |
| XYZ | 8.81 | 13.64 | 2.23 | - |
| YUV | 89.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 2 | 0.37 | 0 | 0.98 | 0.55 | 82.83 | 0.97 | 0.23 |
| Hex | 48 | 73 | 2 | 25 | 0 | 62 | 37 | 53 | 61 | 17 |
| Octal | 110 | 163 | 2 | 45 | 0 | 142 | 67 | 123 | 141 | 27 |
| Binary | 1001000 | 1110011 | 10 | 100101 | 0 | 1100010 | 110111 | 1010011 | 1100001 | 10111 |
Color Harmonies of #487302
Complementary color
Monochromatic Colors of #487302
Black with #487302
Text Example
Text Example
White with #487302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487302; }
p { color: rgb(72,115,2); }
H1.HeaderClassName
{
color: #487302;
}
.AnyTagClassName
{
color: #487302;
}
</style>
background-color css
<style>
a { background-color: #487302; }
a { background-color: rgb(72,115,2); }
div.DivClassName
{
background-color: #487302;
}
.BgClassName
{
background-color: #487302;
}
</style>
border-color css
<style>
span { border-color: #487302; }
span { border-color: rgb(72,115,2); }
td.TdClassName
{
border-color: #487302;
}
.TagClassName
{
border-color: #487302;
}
</style>