Shades of Verdun Green #486900
Tints of Verdun Green #486900
RGB
CMYK
RGB Variations
Color information
#486900 (or 0x486900) is known color: Verdun Green. HEX triplet: 48, 69 and 00. RGB value is (72,105,0). Sum of RGB (Red+Green+Blue) = 72+105+0=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #486900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486900 is #B796FF. Grayscale: #535353. Windows color (decimal): -12031744 or 26952. OLE color: 26952.
HSL color Cylindrical-coordinate representation of color #486900: hue angle of 78.86º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #486900 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 105 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.59 |
| HSL | 78.86º | 1% | 0.21% | - |
| HSV(B) | 78.86º | 1% | 0.41% | - |
| XYZ | 7.72 | 11.48 | 1.81 | - |
| YUV | 83.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 0 | 0.31 | 0 | 1 | 0.59 | 78.86 | 1 | 0.21 |
| Hex | 48 | 69 | 0 | 1F | 0 | 64 | 3B | 4F | 64 | 15 |
| Octal | 110 | 151 | 0 | 37 | 0 | 144 | 73 | 117 | 144 | 25 |
| Binary | 1001000 | 1101001 | 0 | 11111 | 0 | 1100100 | 111011 | 1001111 | 1100100 | 10101 |
Color Harmonies of #486900
Complementary color
Monochromatic Colors of #486900
Black with #486900
Text Example
Text Example
White with #486900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486900; }
p { color: rgb(72,105,0); }
H1.HeaderClassName
{
color: #486900;
}
.AnyTagClassName
{
color: #486900;
}
</style>
background-color css
<style>
a { background-color: #486900; }
a { background-color: rgb(72,105,0); }
div.DivClassName
{
background-color: #486900;
}
.BgClassName
{
background-color: #486900;
}
</style>
border-color css
<style>
span { border-color: #486900; }
span { border-color: rgb(72,105,0); }
td.TdClassName
{
border-color: #486900;
}
.TagClassName
{
border-color: #486900;
}
</style>