Shades of Verdun Green #486600
Tints of Verdun Green #486600
RGB
CMYK
RGB Variations
Color information
#486600 (or 0x486600) is known color: Verdun Green. HEX triplet: 48, 66 and 00. RGB value is (72,102,0). Sum of RGB (Red+Green+Blue) = 72+102+0=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #486600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486600 is #B799FF. Grayscale: #515151. Windows color (decimal): -12032512 or 26184. OLE color: 26184.
HSL color Cylindrical-coordinate representation of color #486600: hue angle of 77.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #486600 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 102 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.6 |
| HSL | 77.65º | 1% | 0.2% | - |
| HSV(B) | 77.65º | 1% | 0.4% | - |
| XYZ | 7.42 | 10.88 | 1.71 | - |
| YUV | 81.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 0 | 0.29 | 0 | 1 | 0.6 | 77.65 | 1 | 0.2 |
| Hex | 48 | 66 | 0 | 1D | 0 | 64 | 3C | 4E | 64 | 14 |
| Octal | 110 | 146 | 0 | 35 | 0 | 144 | 74 | 116 | 144 | 24 |
| Binary | 1001000 | 1100110 | 0 | 11101 | 0 | 1100100 | 111100 | 1001110 | 1100100 | 10100 |
Color Harmonies of #486600
Complementary color
Monochromatic Colors of #486600
Black with #486600
Text Example
Text Example
White with #486600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486600; }
p { color: rgb(72,102,0); }
H1.HeaderClassName
{
color: #486600;
}
.AnyTagClassName
{
color: #486600;
}
</style>
background-color css
<style>
a { background-color: #486600; }
a { background-color: rgb(72,102,0); }
div.DivClassName
{
background-color: #486600;
}
.BgClassName
{
background-color: #486600;
}
</style>
border-color css
<style>
span { border-color: #486600; }
span { border-color: rgb(72,102,0); }
td.TdClassName
{
border-color: #486600;
}
.TagClassName
{
border-color: #486600;
}
</style>