Shades of Verdun Green #485811
Tints of Verdun Green #485811
RGB
CMYK
RGB Variations
Color information
#485811 (or 0x485811) is known color: Verdun Green. HEX triplet: 48, 58 and 11. RGB value is (72,88,17). Sum of RGB (Red+Green+Blue) = 72+88+17=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 17 (7.03% from 255 or 9.60% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #485811 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485811 is #B7A7EE. Grayscale: #4B4B4B. Windows color (decimal): -12036079 or 1136712. OLE color: 1136712.
HSL color Cylindrical-coordinate representation of color #485811: hue angle of 73.52º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #485811 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 17 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.65 |
| HSL | 73.52º | 0.68% | 0.21% | - |
| HSV(B) | 73.52º | 0.81% | 0.35% | - |
| XYZ | 6.26 | 8.4 | 1.82 | - |
| YUV | 75.12 | 95.2 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 17 | 0.18 | 0 | 0.81 | 0.65 | 73.52 | 0.68 | 0.21 |
| Hex | 48 | 58 | 11 | 12 | 0 | 51 | 41 | 4A | 44 | 15 |
| Octal | 110 | 130 | 21 | 22 | 0 | 121 | 101 | 112 | 104 | 25 |
| Binary | 1001000 | 1011000 | 10001 | 10010 | 0 | 1010001 | 1000001 | 1001010 | 1000100 | 10101 |
Color Harmonies of #485811
Complementary color
Monochromatic Colors of #485811
Black with #485811
Text Example
Text Example
White with #485811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485811; }
p { color: rgb(72,88,17); }
H1.HeaderClassName
{
color: #485811;
}
.AnyTagClassName
{
color: #485811;
}
</style>
background-color css
<style>
a { background-color: #485811; }
a { background-color: rgb(72,88,17); }
div.DivClassName
{
background-color: #485811;
}
.BgClassName
{
background-color: #485811;
}
</style>
border-color css
<style>
span { border-color: #485811; }
span { border-color: rgb(72,88,17); }
td.TdClassName
{
border-color: #485811;
}
.TagClassName
{
border-color: #485811;
}
</style>