Shades of Verdun Green #487002
Tints of Verdun Green #487002
RGB
CMYK
RGB Variations
Color information
#487002 (or 0x487002) is known color: Verdun Green. HEX triplet: 48, 70 and 02. RGB value is (72,112,2). Sum of RGB (Red+Green+Blue) = 72+112+2=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #487002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487002 is #B78FFD. Grayscale: #575757. Windows color (decimal): -12029950 or 159816. OLE color: 159816.
HSL color Cylindrical-coordinate representation of color #487002: hue angle of 81.82º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #487002 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 112 | 2 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.56 |
| HSL | 81.82º | 0.96% | 0.22% | - |
| HSV(B) | 81.82º | 0.98% | 0.44% | - |
| XYZ | 8.48 | 12.97 | 2.11 | - |
| YUV | 87.5 | 79.75 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 112 | 2 | 0.36 | 0 | 0.98 | 0.56 | 81.82 | 0.96 | 0.22 |
| Hex | 48 | 70 | 2 | 24 | 0 | 62 | 38 | 52 | 60 | 16 |
| Octal | 110 | 160 | 2 | 44 | 0 | 142 | 70 | 122 | 140 | 26 |
| Binary | 1001000 | 1110000 | 10 | 100100 | 0 | 1100010 | 111000 | 1010010 | 1100000 | 10110 |
Color Harmonies of #487002
Complementary color
Monochromatic Colors of #487002
Black with #487002
Text Example
Text Example
White with #487002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487002; }
p { color: rgb(72,112,2); }
H1.HeaderClassName
{
color: #487002;
}
.AnyTagClassName
{
color: #487002;
}
</style>
background-color css
<style>
a { background-color: #487002; }
a { background-color: rgb(72,112,2); }
div.DivClassName
{
background-color: #487002;
}
.BgClassName
{
background-color: #487002;
}
</style>
border-color css
<style>
span { border-color: #487002; }
span { border-color: rgb(72,112,2); }
td.TdClassName
{
border-color: #487002;
}
.TagClassName
{
border-color: #487002;
}
</style>