Shades of Verdun Green #486400
Tints of Verdun Green #486400
RGB
CMYK
RGB Variations
Color information
#486400 (or 0x486400) is known color: Verdun Green. HEX triplet: 48, 64 and 00. RGB value is (72,100,0). Sum of RGB (Red+Green+Blue) = 72+100+0=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #486400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486400 is #B79BFF. Grayscale: #505050. Windows color (decimal): -12033024 or 25672. OLE color: 25672.
HSL color Cylindrical-coordinate representation of color #486400: hue angle of 76.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #486400 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.61 |
| HSL | 76.8º | 1% | 0.2% | - |
| HSV(B) | 76.8º | 1% | 0.39% | - |
| XYZ | 7.23 | 10.49 | 1.64 | - |
| YUV | 80.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 0 | 0.28 | 0 | 1 | 0.61 | 76.8 | 1 | 0.2 |
| Hex | 48 | 64 | 0 | 1C | 0 | 64 | 3D | 4D | 64 | 14 |
| Octal | 110 | 144 | 0 | 34 | 0 | 144 | 75 | 115 | 144 | 24 |
| Binary | 1001000 | 1100100 | 0 | 11100 | 0 | 1100100 | 111101 | 1001101 | 1100100 | 10100 |
Color Harmonies of #486400
Complementary color
Monochromatic Colors of #486400
Black with #486400
Text Example
Text Example
White with #486400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486400; }
p { color: rgb(72,100,0); }
H1.HeaderClassName
{
color: #486400;
}
.AnyTagClassName
{
color: #486400;
}
</style>
background-color css
<style>
a { background-color: #486400; }
a { background-color: rgb(72,100,0); }
div.DivClassName
{
background-color: #486400;
}
.BgClassName
{
background-color: #486400;
}
</style>
border-color css
<style>
span { border-color: #486400; }
span { border-color: rgb(72,100,0); }
td.TdClassName
{
border-color: #486400;
}
.TagClassName
{
border-color: #486400;
}
</style>