Shades of Verdun Green #486601
Tints of Verdun Green #486601
RGB
CMYK
RGB Variations
Color information
#486601 (or 0x486601) is known color: Verdun Green. HEX triplet: 48, 66 and 01. RGB value is (72,102,1). Sum of RGB (Red+Green+Blue) = 72+102+1=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #486601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486601 is #B799FE. Grayscale: #515151. Windows color (decimal): -12032511 or 91720. OLE color: 91720.
HSL color Cylindrical-coordinate representation of color #486601: hue angle of 77.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #486601 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 102 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.6 |
| HSL | 77.82º | 0.98% | 0.2% | - |
| HSV(B) | 77.82º | 0.99% | 0.4% | - |
| XYZ | 7.43 | 10.88 | 1.74 | - |
| YUV | 81.52 | 82.56 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 1 | 0.29 | 0 | 0.99 | 0.6 | 77.82 | 0.98 | 0.2 |
| Hex | 48 | 66 | 1 | 1D | 0 | 63 | 3C | 4E | 62 | 14 |
| Octal | 110 | 146 | 1 | 35 | 0 | 143 | 74 | 116 | 142 | 24 |
| Binary | 1001000 | 1100110 | 1 | 11101 | 0 | 1100011 | 111100 | 1001110 | 1100010 | 10100 |
Color Harmonies of #486601
Complementary color
Monochromatic Colors of #486601
Black with #486601
Text Example
Text Example
White with #486601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486601; }
p { color: rgb(72,102,1); }
H1.HeaderClassName
{
color: #486601;
}
.AnyTagClassName
{
color: #486601;
}
</style>
background-color css
<style>
a { background-color: #486601; }
a { background-color: rgb(72,102,1); }
div.DivClassName
{
background-color: #486601;
}
.BgClassName
{
background-color: #486601;
}
</style>
border-color css
<style>
span { border-color: #486601; }
span { border-color: rgb(72,102,1); }
td.TdClassName
{
border-color: #486601;
}
.TagClassName
{
border-color: #486601;
}
</style>