Shades of Verdun Green #485919
Tints of Verdun Green #485919
RGB
CMYK
RGB Variations
Color information
#485919 (or 0x485919) is known color: Verdun Green. HEX triplet: 48, 59 and 19. RGB value is (72,89,25). Sum of RGB (Red+Green+Blue) = 72+89+25=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #485919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485919 is #B7A6E6. Grayscale: #4C4C4C. Windows color (decimal): -12035815 or 1661256. OLE color: 1661256.
HSL color Cylindrical-coordinate representation of color #485919: hue angle of 75.94º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #485919 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 25 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.65 |
| HSL | 75.94º | 0.56% | 0.22% | - |
| HSV(B) | 75.94º | 0.72% | 0.35% | - |
| XYZ | 6.42 | 8.59 | 2.24 | - |
| YUV | 76.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 25 | 0.19 | 0 | 0.72 | 0.65 | 75.94 | 0.56 | 0.22 |
| Hex | 48 | 59 | 19 | 13 | 0 | 48 | 41 | 4C | 38 | 16 |
| Octal | 110 | 131 | 31 | 23 | 0 | 110 | 101 | 114 | 70 | 26 |
| Binary | 1001000 | 1011001 | 11001 | 10011 | 0 | 1001000 | 1000001 | 1001100 | 111000 | 10110 |
Color Harmonies of #485919
Complementary color
Monochromatic Colors of #485919
Black with #485919
Text Example
Text Example
White with #485919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485919; }
p { color: rgb(72,89,25); }
H1.HeaderClassName
{
color: #485919;
}
.AnyTagClassName
{
color: #485919;
}
</style>
background-color css
<style>
a { background-color: #485919; }
a { background-color: rgb(72,89,25); }
div.DivClassName
{
background-color: #485919;
}
.BgClassName
{
background-color: #485919;
}
</style>
border-color css
<style>
span { border-color: #485919; }
span { border-color: rgb(72,89,25); }
td.TdClassName
{
border-color: #485919;
}
.TagClassName
{
border-color: #485919;
}
</style>