Shades of Verdun Green #486418
Tints of Verdun Green #486418
RGB
CMYK
RGB Variations
Color information
#486418 (or 0x486418) is known color: Verdun Green. HEX triplet: 48, 64 and 18. RGB value is (72,100,24). Sum of RGB (Red+Green+Blue) = 72+100+24=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #486418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486418 is #B79BE7. Grayscale: #535353. Windows color (decimal): -12033000 or 1598536. OLE color: 1598536.
HSL color Cylindrical-coordinate representation of color #486418: hue angle of 82.11º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #486418 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 24 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.61 |
| HSL | 82.11º | 0.61% | 0.24% | - |
| HSV(B) | 82.11º | 0.76% | 0.39% | - |
| XYZ | 7.39 | 10.56 | 2.51 | - |
| YUV | 82.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 24 | 0.28 | 0 | 0.76 | 0.61 | 82.11 | 0.61 | 0.24 |
| Hex | 48 | 64 | 18 | 1C | 0 | 4C | 3D | 52 | 3D | 18 |
| Octal | 110 | 144 | 30 | 34 | 0 | 114 | 75 | 122 | 75 | 30 |
| Binary | 1001000 | 1100100 | 11000 | 11100 | 0 | 1001100 | 111101 | 1010010 | 111101 | 11000 |
Color Harmonies of #486418
Complementary color
Monochromatic Colors of #486418
Black with #486418
Text Example
Text Example
White with #486418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486418; }
p { color: rgb(72,100,24); }
H1.HeaderClassName
{
color: #486418;
}
.AnyTagClassName
{
color: #486418;
}
</style>
background-color css
<style>
a { background-color: #486418; }
a { background-color: rgb(72,100,24); }
div.DivClassName
{
background-color: #486418;
}
.BgClassName
{
background-color: #486418;
}
</style>
border-color css
<style>
span { border-color: #486418; }
span { border-color: rgb(72,100,24); }
td.TdClassName
{
border-color: #486418;
}
.TagClassName
{
border-color: #486418;
}
</style>