Shades of Verdun Green #485116
Tints of Verdun Green #485116
RGB
CMYK
RGB Variations
Color information
#485116 (or 0x485116) is known color: Verdun Green. HEX triplet: 48, 51 and 16. RGB value is (72,81,22). Sum of RGB (Red+Green+Blue) = 72+81+22=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #485116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485116 is #B7AEE9. Grayscale: #474747. Windows color (decimal): -12037866 or 1462600. OLE color: 1462600.
HSL color Cylindrical-coordinate representation of color #485116: hue angle of 69.15º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #485116 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 22 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.68 |
| HSL | 69.15º | 0.57% | 0.2% | - |
| HSV(B) | 69.15º | 0.73% | 0.32% | - |
| XYZ | 5.76 | 7.32 | 1.87 | - |
| YUV | 71.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 22 | 0.11 | 0 | 0.73 | 0.68 | 69.15 | 0.57 | 0.2 |
| Hex | 48 | 51 | 16 | B | 0 | 49 | 44 | 45 | 39 | 14 |
| Octal | 110 | 121 | 26 | 13 | 0 | 111 | 104 | 105 | 71 | 24 |
| Binary | 1001000 | 1010001 | 10110 | 1011 | 0 | 1001001 | 1000100 | 1000101 | 111001 | 10100 |
Color Harmonies of #485116
Complementary color
Monochromatic Colors of #485116
Black with #485116
Text Example
Text Example
White with #485116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485116; }
p { color: rgb(72,81,22); }
H1.HeaderClassName
{
color: #485116;
}
.AnyTagClassName
{
color: #485116;
}
</style>
background-color css
<style>
a { background-color: #485116; }
a { background-color: rgb(72,81,22); }
div.DivClassName
{
background-color: #485116;
}
.BgClassName
{
background-color: #485116;
}
</style>
border-color css
<style>
span { border-color: #485116; }
span { border-color: rgb(72,81,22); }
td.TdClassName
{
border-color: #485116;
}
.TagClassName
{
border-color: #485116;
}
</style>