Shades of Verdun Green #486E00
Tints of Verdun Green #486E00
RGB
CMYK
RGB Variations
Color information
#486E00 (or 0x486E00) is known color: Verdun Green. HEX triplet: 48, 6E and 00. RGB value is (72,110,0). Sum of RGB (Red+Green+Blue) = 72+110+0=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 110 (43.36% from 255 or 60.44% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 110 - color contains mainly: green. Hex color #486E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486E00 is #B791FF. Grayscale: #565656. Windows color (decimal): -12030464 or 28232. OLE color: 28232.
HSL color Cylindrical-coordinate representation of color #486E00: hue angle of 80.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #486E00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 110 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.57 |
| HSL | 80.73º | 1% | 0.22% | - |
| HSV(B) | 80.73º | 1% | 0.43% | - |
| XYZ | 8.25 | 12.53 | 1.98 | - |
| YUV | 86.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 0 | 0.35 | 0 | 1 | 0.57 | 80.73 | 1 | 0.22 |
| Hex | 48 | 6E | 0 | 23 | 0 | 64 | 39 | 51 | 64 | 16 |
| Octal | 110 | 156 | 0 | 43 | 0 | 144 | 71 | 121 | 144 | 26 |
| Binary | 1001000 | 1101110 | 0 | 100011 | 0 | 1100100 | 111001 | 1010001 | 1100100 | 10110 |
Color Harmonies of #486E00
Complementary color
Monochromatic Colors of #486E00
Black with #486E00
Text Example
Text Example
White with #486E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E00; }
p { color: rgb(72,110,0); }
H1.HeaderClassName
{
color: #486E00;
}
.AnyTagClassName
{
color: #486E00;
}
</style>
background-color css
<style>
a { background-color: #486E00; }
a { background-color: rgb(72,110,0); }
div.DivClassName
{
background-color: #486E00;
}
.BgClassName
{
background-color: #486E00;
}
</style>
border-color css
<style>
span { border-color: #486E00; }
span { border-color: rgb(72,110,0); }
td.TdClassName
{
border-color: #486E00;
}
.TagClassName
{
border-color: #486E00;
}
</style>