Shades of Verdun Green #486B08
Tints of Verdun Green #486B08
RGB
CMYK
RGB Variations
Color information
#486B08 (or 0x486B08) is known color: Verdun Green. HEX triplet: 48, 6B and 08. RGB value is (72,107,8). Sum of RGB (Red+Green+Blue) = 72+107+8=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #486B08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486B08 is #B794F7. Grayscale: #555555. Windows color (decimal): -12031224 or 551752. OLE color: 551752.
HSL color Cylindrical-coordinate representation of color #486B08: hue angle of 81.21º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #486B08 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 107 | 8 | - |
| CMYK | 0.33 | 0 | 0.93 | 0.58 |
| HSL | 81.21º | 0.86% | 0.23% | - |
| HSV(B) | 81.21º | 0.93% | 0.42% | - |
| XYZ | 7.97 | 11.91 | 2.11 | - |
| YUV | 85.25 | 84.4 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 8 | 0.33 | 0 | 0.93 | 0.58 | 81.21 | 0.86 | 0.23 |
| Hex | 48 | 6B | 8 | 21 | 0 | 5D | 3A | 51 | 56 | 17 |
| Octal | 110 | 153 | 10 | 41 | 0 | 135 | 72 | 121 | 126 | 27 |
| Binary | 1001000 | 1101011 | 1000 | 100001 | 0 | 1011101 | 111010 | 1010001 | 1010110 | 10111 |
Color Harmonies of #486B08
Complementary color
Monochromatic Colors of #486B08
Black with #486B08
Text Example
Text Example
White with #486B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486B08; }
p { color: rgb(72,107,8); }
H1.HeaderClassName
{
color: #486B08;
}
.AnyTagClassName
{
color: #486B08;
}
</style>
background-color css
<style>
a { background-color: #486B08; }
a { background-color: rgb(72,107,8); }
div.DivClassName
{
background-color: #486B08;
}
.BgClassName
{
background-color: #486B08;
}
</style>
border-color css
<style>
span { border-color: #486B08; }
span { border-color: rgb(72,107,8); }
td.TdClassName
{
border-color: #486B08;
}
.TagClassName
{
border-color: #486B08;
}
</style>