Shades of Verdun Green #487100
Tints of Verdun Green #487100
RGB
CMYK
RGB Variations
Color information
#487100 (or 0x487100) is known color: Verdun Green. HEX triplet: 48, 71 and 00. RGB value is (72,113,0). Sum of RGB (Red+Green+Blue) = 72+113+0=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #487100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487100 is #B78EFF. Grayscale: #585858. Windows color (decimal): -12029696 or 29000. OLE color: 29000.
HSL color Cylindrical-coordinate representation of color #487100: hue angle of 81.77º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #487100 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.56 |
| HSL | 81.77º | 1% | 0.22% | - |
| HSV(B) | 81.77º | 1% | 0.44% | - |
| XYZ | 8.58 | 13.19 | 2.09 | - |
| YUV | 87.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 0 | 0.36 | 0 | 1 | 0.56 | 81.77 | 1 | 0.22 |
| Hex | 48 | 71 | 0 | 24 | 0 | 64 | 38 | 52 | 64 | 16 |
| Octal | 110 | 161 | 0 | 44 | 0 | 144 | 70 | 122 | 144 | 26 |
| Binary | 1001000 | 1110001 | 0 | 100100 | 0 | 1100100 | 111000 | 1010010 | 1100100 | 10110 |
Color Harmonies of #487100
Complementary color
Monochromatic Colors of #487100
Black with #487100
Text Example
Text Example
White with #487100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487100; }
p { color: rgb(72,113,0); }
H1.HeaderClassName
{
color: #487100;
}
.AnyTagClassName
{
color: #487100;
}
</style>
background-color css
<style>
a { background-color: #487100; }
a { background-color: rgb(72,113,0); }
div.DivClassName
{
background-color: #487100;
}
.BgClassName
{
background-color: #487100;
}
</style>
border-color css
<style>
span { border-color: #487100; }
span { border-color: rgb(72,113,0); }
td.TdClassName
{
border-color: #487100;
}
.TagClassName
{
border-color: #487100;
}
</style>