Shades of Verdun Green #486801
Tints of Verdun Green #486801
RGB
CMYK
RGB Variations
Color information
#486801 (or 0x486801) is known color: Verdun Green. HEX triplet: 48, 68 and 01. RGB value is (72,104,1). Sum of RGB (Red+Green+Blue) = 72+104+1=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 104 (41.02% from 255 or 58.76% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 104 - color contains mainly: green. Hex color #486801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486801 is #B797FE. Grayscale: #535353. Windows color (decimal): -12031999 or 92232. OLE color: 92232.
HSL color Cylindrical-coordinate representation of color #486801: hue angle of 78.64º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #486801 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 104 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.59 |
| HSL | 78.64º | 0.98% | 0.21% | - |
| HSV(B) | 78.64º | 0.99% | 0.41% | - |
| XYZ | 7.63 | 11.28 | 1.8 | - |
| YUV | 82.69 | 81.9 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 104 | 1 | 0.31 | 0 | 0.99 | 0.59 | 78.64 | 0.98 | 0.21 |
| Hex | 48 | 68 | 1 | 1F | 0 | 63 | 3B | 4F | 62 | 15 |
| Octal | 110 | 150 | 1 | 37 | 0 | 143 | 73 | 117 | 142 | 25 |
| Binary | 1001000 | 1101000 | 1 | 11111 | 0 | 1100011 | 111011 | 1001111 | 1100010 | 10101 |
Color Harmonies of #486801
Complementary color
Monochromatic Colors of #486801
Black with #486801
Text Example
Text Example
White with #486801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486801; }
p { color: rgb(72,104,1); }
H1.HeaderClassName
{
color: #486801;
}
.AnyTagClassName
{
color: #486801;
}
</style>
background-color css
<style>
a { background-color: #486801; }
a { background-color: rgb(72,104,1); }
div.DivClassName
{
background-color: #486801;
}
.BgClassName
{
background-color: #486801;
}
</style>
border-color css
<style>
span { border-color: #486801; }
span { border-color: rgb(72,104,1); }
td.TdClassName
{
border-color: #486801;
}
.TagClassName
{
border-color: #486801;
}
</style>