Shades of Verdun Green #485519
Tints of Verdun Green #485519
RGB
CMYK
RGB Variations
Color information
#485519 (or 0x485519) is known color: Verdun Green. HEX triplet: 48, 55 and 19. RGB value is (72,85,25). Sum of RGB (Red+Green+Blue) = 72+85+25=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 25 (10.16% from 255 or 13.74% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #485519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485519 is #B7AAE6. Grayscale: #4A4A4A. Windows color (decimal): -12036839 or 1660232. OLE color: 1660232.
HSL color Cylindrical-coordinate representation of color #485519: hue angle of 73º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #485519 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 25 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.67 |
| HSL | 73º | 0.55% | 0.22% | - |
| HSV(B) | 73º | 0.71% | 0.33% | - |
| XYZ | 6.1 | 7.94 | 2.13 | - |
| YUV | 74.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 25 | 0.15 | 0 | 0.71 | 0.67 | 73 | 0.55 | 0.22 |
| Hex | 48 | 55 | 19 | F | 0 | 47 | 43 | 49 | 37 | 16 |
| Octal | 110 | 125 | 31 | 17 | 0 | 107 | 103 | 111 | 67 | 26 |
| Binary | 1001000 | 1010101 | 11001 | 1111 | 0 | 1000111 | 1000011 | 1001001 | 110111 | 10110 |
Color Harmonies of #485519
Complementary color
Monochromatic Colors of #485519
Black with #485519
Text Example
Text Example
White with #485519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485519; }
p { color: rgb(72,85,25); }
H1.HeaderClassName
{
color: #485519;
}
.AnyTagClassName
{
color: #485519;
}
</style>
background-color css
<style>
a { background-color: #485519; }
a { background-color: rgb(72,85,25); }
div.DivClassName
{
background-color: #485519;
}
.BgClassName
{
background-color: #485519;
}
</style>
border-color css
<style>
span { border-color: #485519; }
span { border-color: rgb(72,85,25); }
td.TdClassName
{
border-color: #485519;
}
.TagClassName
{
border-color: #485519;
}
</style>