Shades of Verdun Green #486205
Tints of Verdun Green #486205
RGB
CMYK
RGB Variations
Color information
#486205 (or 0x486205) is known color: Verdun Green. HEX triplet: 48, 62 and 05. RGB value is (72,98,5). Sum of RGB (Red+Green+Blue) = 72+98+5=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #486205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486205 is #B79DFA. Grayscale: #4F4F4F. Windows color (decimal): -12033531 or 352840. OLE color: 352840.
HSL color Cylindrical-coordinate representation of color #486205: hue angle of 76.77º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #486205 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 5 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.62 |
| HSL | 76.77º | 0.9% | 0.2% | - |
| HSV(B) | 76.77º | 0.95% | 0.38% | - |
| XYZ | 7.07 | 10.12 | 1.73 | - |
| YUV | 79.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 5 | 0.27 | 0 | 0.95 | 0.62 | 76.77 | 0.9 | 0.2 |
| Hex | 48 | 62 | 5 | 1B | 0 | 5F | 3E | 4D | 5A | 14 |
| Octal | 110 | 142 | 5 | 33 | 0 | 137 | 76 | 115 | 132 | 24 |
| Binary | 1001000 | 1100010 | 101 | 11011 | 0 | 1011111 | 111110 | 1001101 | 1011010 | 10100 |
Color Harmonies of #486205
Complementary color
Monochromatic Colors of #486205
Black with #486205
Text Example
Text Example
White with #486205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486205; }
p { color: rgb(72,98,5); }
H1.HeaderClassName
{
color: #486205;
}
.AnyTagClassName
{
color: #486205;
}
</style>
background-color css
<style>
a { background-color: #486205; }
a { background-color: rgb(72,98,5); }
div.DivClassName
{
background-color: #486205;
}
.BgClassName
{
background-color: #486205;
}
</style>
border-color css
<style>
span { border-color: #486205; }
span { border-color: rgb(72,98,5); }
td.TdClassName
{
border-color: #486205;
}
.TagClassName
{
border-color: #486205;
}
</style>