Shades of Verdun Green #486300
Tints of Verdun Green #486300
RGB
CMYK
RGB Variations
Color information
#486300 (or 0x486300) is known color: Verdun Green. HEX triplet: 48, 63 and 00. RGB value is (72,99,0). Sum of RGB (Red+Green+Blue) = 72+99+0=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #486300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486300 is #B79CFF. Grayscale: #505050. Windows color (decimal): -12033280 or 25416. OLE color: 25416.
HSL color Cylindrical-coordinate representation of color #486300: hue angle of 76.36º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #486300 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.61 |
| HSL | 76.36º | 1% | 0.19% | - |
| HSV(B) | 76.36º | 1% | 0.39% | - |
| XYZ | 7.13 | 10.3 | 1.61 | - |
| YUV | 79.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 0 | 0.27 | 0 | 1 | 0.61 | 76.36 | 1 | 0.19 |
| Hex | 48 | 63 | 0 | 1B | 0 | 64 | 3D | 4C | 64 | 13 |
| Octal | 110 | 143 | 0 | 33 | 0 | 144 | 75 | 114 | 144 | 23 |
| Binary | 1001000 | 1100011 | 0 | 11011 | 0 | 1100100 | 111101 | 1001100 | 1100100 | 10011 |
Color Harmonies of #486300
Complementary color
Monochromatic Colors of #486300
Black with #486300
Text Example
Text Example
White with #486300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486300; }
p { color: rgb(72,99,0); }
H1.HeaderClassName
{
color: #486300;
}
.AnyTagClassName
{
color: #486300;
}
</style>
background-color css
<style>
a { background-color: #486300; }
a { background-color: rgb(72,99,0); }
div.DivClassName
{
background-color: #486300;
}
.BgClassName
{
background-color: #486300;
}
</style>
border-color css
<style>
span { border-color: #486300; }
span { border-color: rgb(72,99,0); }
td.TdClassName
{
border-color: #486300;
}
.TagClassName
{
border-color: #486300;
}
</style>