Shades of Verdun Green #485119
Tints of Verdun Green #485119
RGB
CMYK
RGB Variations
Color information
#485119 (or 0x485119) is known color: Verdun Green. HEX triplet: 48, 51 and 19. RGB value is (72,81,25). Sum of RGB (Red+Green+Blue) = 72+81+25=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #485119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485119 is #B7AEE6. Grayscale: #484848. Windows color (decimal): -12037863 or 1659208. OLE color: 1659208.
HSL color Cylindrical-coordinate representation of color #485119: hue angle of 69.64º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485119 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 25 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.68 |
| HSL | 69.64º | 0.53% | 0.21% | - |
| HSV(B) | 69.64º | 0.69% | 0.32% | - |
| XYZ | 5.79 | 7.33 | 2.03 | - |
| YUV | 71.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 25 | 0.11 | 0 | 0.69 | 0.68 | 69.64 | 0.53 | 0.21 |
| Hex | 48 | 51 | 19 | B | 0 | 45 | 44 | 46 | 35 | 15 |
| Octal | 110 | 121 | 31 | 13 | 0 | 105 | 104 | 106 | 65 | 25 |
| Binary | 1001000 | 1010001 | 11001 | 1011 | 0 | 1000101 | 1000100 | 1000110 | 110101 | 10101 |
Color Harmonies of #485119
Complementary color
Monochromatic Colors of #485119
Black with #485119
Text Example
Text Example
White with #485119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485119; }
p { color: rgb(72,81,25); }
H1.HeaderClassName
{
color: #485119;
}
.AnyTagClassName
{
color: #485119;
}
</style>
background-color css
<style>
a { background-color: #485119; }
a { background-color: rgb(72,81,25); }
div.DivClassName
{
background-color: #485119;
}
.BgClassName
{
background-color: #485119;
}
</style>
border-color css
<style>
span { border-color: #485119; }
span { border-color: rgb(72,81,25); }
td.TdClassName
{
border-color: #485119;
}
.TagClassName
{
border-color: #485119;
}
</style>