Shades of Verdun Green #486604
Tints of Verdun Green #486604
RGB
CMYK
RGB Variations
Color information
#486604 (or 0x486604) is known color: Verdun Green. HEX triplet: 48, 66 and 04. RGB value is (72,102,4). Sum of RGB (Red+Green+Blue) = 72+102+4=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #486604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486604 is #B799FB. Grayscale: #525252. Windows color (decimal): -12032508 or 288328. OLE color: 288328.
HSL color Cylindrical-coordinate representation of color #486604: hue angle of 78.37º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #486604 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 102 | 4 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.6 |
| HSL | 78.37º | 0.92% | 0.21% | - |
| HSV(B) | 78.37º | 0.96% | 0.4% | - |
| XYZ | 7.45 | 10.89 | 1.82 | - |
| YUV | 81.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 4 | 0.29 | 0 | 0.96 | 0.6 | 78.37 | 0.92 | 0.21 |
| Hex | 48 | 66 | 4 | 1D | 0 | 60 | 3C | 4E | 5C | 15 |
| Octal | 110 | 146 | 4 | 35 | 0 | 140 | 74 | 116 | 134 | 25 |
| Binary | 1001000 | 1100110 | 100 | 11101 | 0 | 1100000 | 111100 | 1001110 | 1011100 | 10101 |
Color Harmonies of #486604
Complementary color
Monochromatic Colors of #486604
Black with #486604
Text Example
Text Example
White with #486604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486604; }
p { color: rgb(72,102,4); }
H1.HeaderClassName
{
color: #486604;
}
.AnyTagClassName
{
color: #486604;
}
</style>
background-color css
<style>
a { background-color: #486604; }
a { background-color: rgb(72,102,4); }
div.DivClassName
{
background-color: #486604;
}
.BgClassName
{
background-color: #486604;
}
</style>
border-color css
<style>
span { border-color: #486604; }
span { border-color: rgb(72,102,4); }
td.TdClassName
{
border-color: #486604;
}
.TagClassName
{
border-color: #486604;
}
</style>