Shades of Verdun Green #486F04
Tints of Verdun Green #486F04
RGB
CMYK
RGB Variations
Color information
#486F04 (or 0x486F04) is known color: Verdun Green. HEX triplet: 48, 6F and 04. RGB value is (72,111,4). Sum of RGB (Red+Green+Blue) = 72+111+4=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 111 (43.75% from 255 or 59.36% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 111 - color contains mainly: green. Hex color #486F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486F04 is #B790FB. Grayscale: #575757. Windows color (decimal): -12030204 or 290632. OLE color: 290632.
HSL color Cylindrical-coordinate representation of color #486F04: hue angle of 81.87º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #486F04 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 4 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.56 |
| HSL | 81.87º | 0.93% | 0.23% | - |
| HSV(B) | 81.87º | 0.96% | 0.44% | - |
| XYZ | 8.38 | 12.76 | 2.14 | - |
| YUV | 87.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 4 | 0.35 | 0 | 0.96 | 0.56 | 81.87 | 0.93 | 0.23 |
| Hex | 48 | 6F | 4 | 23 | 0 | 60 | 38 | 52 | 5D | 17 |
| Octal | 110 | 157 | 4 | 43 | 0 | 140 | 70 | 122 | 135 | 27 |
| Binary | 1001000 | 1101111 | 100 | 100011 | 0 | 1100000 | 111000 | 1010010 | 1011101 | 10111 |
Color Harmonies of #486F04
Complementary color
Monochromatic Colors of #486F04
Black with #486F04
Text Example
Text Example
White with #486F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F04; }
p { color: rgb(72,111,4); }
H1.HeaderClassName
{
color: #486F04;
}
.AnyTagClassName
{
color: #486F04;
}
</style>
background-color css
<style>
a { background-color: #486F04; }
a { background-color: rgb(72,111,4); }
div.DivClassName
{
background-color: #486F04;
}
.BgClassName
{
background-color: #486F04;
}
</style>
border-color css
<style>
span { border-color: #486F04; }
span { border-color: rgb(72,111,4); }
td.TdClassName
{
border-color: #486F04;
}
.TagClassName
{
border-color: #486F04;
}
</style>