Shades of Verdun Green #486F00
Tints of Verdun Green #486F00
RGB
CMYK
RGB Variations
Color information
#486F00 (or 0x486F00) is known color: Verdun Green. HEX triplet: 48, 6F and 00. RGB value is (72,111,0). Sum of RGB (Red+Green+Blue) = 72+111+0=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #486F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F00 is #B790FF. Grayscale: #575757. Windows color (decimal): -12030208 or 28488. OLE color: 28488.
HSL color Cylindrical-coordinate representation of color #486F00: hue angle of 81.08º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #486F00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.56 |
| HSL | 81.08º | 1% | 0.22% | - |
| HSV(B) | 81.08º | 1% | 0.44% | - |
| XYZ | 8.36 | 12.75 | 2.02 | - |
| YUV | 86.69 | 79.08 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 0 | 0.35 | 0 | 1 | 0.56 | 81.08 | 1 | 0.22 |
| Hex | 48 | 6F | 0 | 23 | 0 | 64 | 38 | 51 | 64 | 16 |
| Octal | 110 | 157 | 0 | 43 | 0 | 144 | 70 | 121 | 144 | 26 |
| Binary | 1001000 | 1101111 | 0 | 100011 | 0 | 1100100 | 111000 | 1010001 | 1100100 | 10110 |
Color Harmonies of #486F00
Complementary color
Monochromatic Colors of #486F00
Black with #486F00
Text Example
Text Example
White with #486F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F00; }
p { color: rgb(72,111,0); }
H1.HeaderClassName
{
color: #486F00;
}
.AnyTagClassName
{
color: #486F00;
}
</style>
background-color css
<style>
a { background-color: #486F00; }
a { background-color: rgb(72,111,0); }
div.DivClassName
{
background-color: #486F00;
}
.BgClassName
{
background-color: #486F00;
}
</style>
border-color css
<style>
span { border-color: #486F00; }
span { border-color: rgb(72,111,0); }
td.TdClassName
{
border-color: #486F00;
}
.TagClassName
{
border-color: #486F00;
}
</style>