Shades of Verdun Green #485616
Tints of Verdun Green #485616
RGB
CMYK
RGB Variations
Color information
#485616 (or 0x485616) is known color: Verdun Green. HEX triplet: 48, 56 and 16. RGB value is (72,86,22). Sum of RGB (Red+Green+Blue) = 72+86+22=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 86 - color contains mainly: green. Hex color #485616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485616 is #B7A9E9. Grayscale: #4A4A4A. Windows color (decimal): -12036586 or 1463880. OLE color: 1463880.
HSL color Cylindrical-coordinate representation of color #485616: hue angle of 73.12º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #485616 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 86 | 22 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.66 |
| HSL | 73.13º | 0.59% | 0.21% | - |
| HSV(B) | 73.13º | 0.74% | 0.34% | - |
| XYZ | 6.15 | 8.09 | 2 | - |
| YUV | 74.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 22 | 0.16 | 0 | 0.74 | 0.66 | 73.13 | 0.59 | 0.21 |
| Hex | 48 | 56 | 16 | 10 | 0 | 4A | 42 | 49 | 3B | 15 |
| Octal | 110 | 126 | 26 | 20 | 0 | 112 | 102 | 111 | 73 | 25 |
| Binary | 1001000 | 1010110 | 10110 | 10000 | 0 | 1001010 | 1000010 | 1001001 | 111011 | 10101 |
Color Harmonies of #485616
Complementary color
Monochromatic Colors of #485616
Black with #485616
Text Example
Text Example
White with #485616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485616; }
p { color: rgb(72,86,22); }
H1.HeaderClassName
{
color: #485616;
}
.AnyTagClassName
{
color: #485616;
}
</style>
background-color css
<style>
a { background-color: #485616; }
a { background-color: rgb(72,86,22); }
div.DivClassName
{
background-color: #485616;
}
.BgClassName
{
background-color: #485616;
}
</style>
border-color css
<style>
span { border-color: #485616; }
span { border-color: rgb(72,86,22); }
td.TdClassName
{
border-color: #485616;
}
.TagClassName
{
border-color: #485616;
}
</style>