Shades of Verdun Green #486F07
Tints of Verdun Green #486F07
RGB
CMYK
RGB Variations
Color information
#486F07 (or 0x486F07) is known color: Verdun Green. HEX triplet: 48, 6F and 07. RGB value is (72,111,7). Sum of RGB (Red+Green+Blue) = 72+111+7=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #486F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F07 is #B790F8. Grayscale: #575757. Windows color (decimal): -12030201 or 487240. OLE color: 487240.
HSL color Cylindrical-coordinate representation of color #486F07: hue angle of 82.5º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #486F07 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 7 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.56 |
| HSL | 82.5º | 0.88% | 0.23% | - |
| HSV(B) | 82.5º | 0.94% | 0.44% | - |
| XYZ | 8.4 | 12.76 | 2.22 | - |
| YUV | 87.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 7 | 0.35 | 0 | 0.94 | 0.56 | 82.5 | 0.88 | 0.23 |
| Hex | 48 | 6F | 7 | 23 | 0 | 5E | 38 | 52 | 58 | 17 |
| Octal | 110 | 157 | 7 | 43 | 0 | 136 | 70 | 122 | 130 | 27 |
| Binary | 1001000 | 1101111 | 111 | 100011 | 0 | 1011110 | 111000 | 1010010 | 1011000 | 10111 |
Color Harmonies of #486F07
Complementary color
Monochromatic Colors of #486F07
Black with #486F07
Text Example
Text Example
White with #486F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F07; }
p { color: rgb(72,111,7); }
H1.HeaderClassName
{
color: #486F07;
}
.AnyTagClassName
{
color: #486F07;
}
</style>
background-color css
<style>
a { background-color: #486F07; }
a { background-color: rgb(72,111,7); }
div.DivClassName
{
background-color: #486F07;
}
.BgClassName
{
background-color: #486F07;
}
</style>
border-color css
<style>
span { border-color: #486F07; }
span { border-color: rgb(72,111,7); }
td.TdClassName
{
border-color: #486F07;
}
.TagClassName
{
border-color: #486F07;
}
</style>