Shades of Verdun Green #486306
Tints of Verdun Green #486306
RGB
CMYK
RGB Variations
Color information
#486306 (or 0x486306) is known color: Verdun Green. HEX triplet: 48, 63 and 06. RGB value is (72,99,6). Sum of RGB (Red+Green+Blue) = 72+99+6=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #486306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486306 is #B79CF9. Grayscale: #505050. Windows color (decimal): -12033274 or 418632. OLE color: 418632.
HSL color Cylindrical-coordinate representation of color #486306: hue angle of 77.42º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #486306 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 6 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.61 |
| HSL | 77.42º | 0.89% | 0.21% | - |
| HSV(B) | 77.42º | 0.94% | 0.39% | - |
| XYZ | 7.17 | 10.31 | 1.79 | - |
| YUV | 80.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 6 | 0.27 | 0 | 0.94 | 0.61 | 77.42 | 0.89 | 0.21 |
| Hex | 48 | 63 | 6 | 1B | 0 | 5E | 3D | 4D | 59 | 15 |
| Octal | 110 | 143 | 6 | 33 | 0 | 136 | 75 | 115 | 131 | 25 |
| Binary | 1001000 | 1100011 | 110 | 11011 | 0 | 1011110 | 111101 | 1001101 | 1011001 | 10101 |
Color Harmonies of #486306
Complementary color
Monochromatic Colors of #486306
Black with #486306
Text Example
Text Example
White with #486306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486306; }
p { color: rgb(72,99,6); }
H1.HeaderClassName
{
color: #486306;
}
.AnyTagClassName
{
color: #486306;
}
</style>
background-color css
<style>
a { background-color: #486306; }
a { background-color: rgb(72,99,6); }
div.DivClassName
{
background-color: #486306;
}
.BgClassName
{
background-color: #486306;
}
</style>
border-color css
<style>
span { border-color: #486306; }
span { border-color: rgb(72,99,6); }
td.TdClassName
{
border-color: #486306;
}
.TagClassName
{
border-color: #486306;
}
</style>