Shades of Verdun Green #487206
Tints of Verdun Green #487206
RGB
CMYK
RGB Variations
Color information
#487206 (or 0x487206) is known color: Verdun Green. HEX triplet: 48, 72 and 06. RGB value is (72,114,6). Sum of RGB (Red+Green+Blue) = 72+114+6=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 114 (44.92% from 255 or 59.38% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 114 - color contains mainly: green. Hex color #487206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487206 is #B78DF9. Grayscale: #595959. Windows color (decimal): -12029434 or 422472. OLE color: 422472.
HSL color Cylindrical-coordinate representation of color #487206: hue angle of 83.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #487206 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 114 | 6 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.55 |
| HSL | 83.33º | 0.9% | 0.24% | - |
| HSV(B) | 83.33º | 0.95% | 0.45% | - |
| XYZ | 8.72 | 13.43 | 2.3 | - |
| YUV | 89.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 114 | 6 | 0.37 | 0 | 0.95 | 0.55 | 83.33 | 0.9 | 0.24 |
| Hex | 48 | 72 | 6 | 25 | 0 | 5F | 37 | 53 | 5A | 18 |
| Octal | 110 | 162 | 6 | 45 | 0 | 137 | 67 | 123 | 132 | 30 |
| Binary | 1001000 | 1110010 | 110 | 100101 | 0 | 1011111 | 110111 | 1010011 | 1011010 | 11000 |
Color Harmonies of #487206
Complementary color
Monochromatic Colors of #487206
Black with #487206
Text Example
Text Example
White with #487206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487206; }
p { color: rgb(72,114,6); }
H1.HeaderClassName
{
color: #487206;
}
.AnyTagClassName
{
color: #487206;
}
</style>
background-color css
<style>
a { background-color: #487206; }
a { background-color: rgb(72,114,6); }
div.DivClassName
{
background-color: #487206;
}
.BgClassName
{
background-color: #487206;
}
</style>
border-color css
<style>
span { border-color: #487206; }
span { border-color: rgb(72,114,6); }
td.TdClassName
{
border-color: #487206;
}
.TagClassName
{
border-color: #487206;
}
</style>