Shades of Verdun Green #487105
Tints of Verdun Green #487105
RGB
CMYK
RGB Variations
Color information
#487105 (or 0x487105) is known color: Verdun Green. HEX triplet: 48, 71 and 05. RGB value is (72,113,5). Sum of RGB (Red+Green+Blue) = 72+113+5=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #487105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487105 is #B78EFA. Grayscale: #585858. Windows color (decimal): -12029691 or 356680. OLE color: 356680.
HSL color Cylindrical-coordinate representation of color #487105: hue angle of 82.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #487105 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 113 | 5 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.56 |
| HSL | 82.78º | 0.92% | 0.23% | - |
| HSV(B) | 82.78º | 0.96% | 0.44% | - |
| XYZ | 8.61 | 13.2 | 2.24 | - |
| YUV | 88.43 | 80.92 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 113 | 5 | 0.36 | 0 | 0.96 | 0.56 | 82.78 | 0.92 | 0.23 |
| Hex | 48 | 71 | 5 | 24 | 0 | 60 | 38 | 53 | 5C | 17 |
| Octal | 110 | 161 | 5 | 44 | 0 | 140 | 70 | 123 | 134 | 27 |
| Binary | 1001000 | 1110001 | 101 | 100100 | 0 | 1100000 | 111000 | 1010011 | 1011100 | 10111 |
Color Harmonies of #487105
Complementary color
Monochromatic Colors of #487105
Black with #487105
Text Example
Text Example
White with #487105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487105; }
p { color: rgb(72,113,5); }
H1.HeaderClassName
{
color: #487105;
}
.AnyTagClassName
{
color: #487105;
}
</style>
background-color css
<style>
a { background-color: #487105; }
a { background-color: rgb(72,113,5); }
div.DivClassName
{
background-color: #487105;
}
.BgClassName
{
background-color: #487105;
}
</style>
border-color css
<style>
span { border-color: #487105; }
span { border-color: rgb(72,113,5); }
td.TdClassName
{
border-color: #487105;
}
.TagClassName
{
border-color: #487105;
}
</style>