Shades of Verdun Green #485514
Tints of Verdun Green #485514
RGB
CMYK
RGB Variations
Color information
#485514 (or 0x485514) is known color: Verdun Green. HEX triplet: 48, 55 and 14. RGB value is (72,85,20). Sum of RGB (Red+Green+Blue) = 72+85+20=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #485514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485514 is #B7AAEB. Grayscale: #494949. Windows color (decimal): -12036844 or 1332552. OLE color: 1332552.
HSL color Cylindrical-coordinate representation of color #485514: hue angle of 72º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #485514 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 20 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.67 |
| HSL | 72º | 0.62% | 0.21% | - |
| HSV(B) | 72º | 0.76% | 0.33% | - |
| XYZ | 6.05 | 7.93 | 1.87 | - |
| YUV | 73.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 20 | 0.15 | 0 | 0.76 | 0.67 | 72 | 0.62 | 0.21 |
| Hex | 48 | 55 | 14 | F | 0 | 4C | 43 | 48 | 3E | 15 |
| Octal | 110 | 125 | 24 | 17 | 0 | 114 | 103 | 110 | 76 | 25 |
| Binary | 1001000 | 1010101 | 10100 | 1111 | 0 | 1001100 | 1000011 | 1001000 | 111110 | 10101 |
Color Harmonies of #485514
Complementary color
Monochromatic Colors of #485514
Black with #485514
Text Example
Text Example
White with #485514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485514; }
p { color: rgb(72,85,20); }
H1.HeaderClassName
{
color: #485514;
}
.AnyTagClassName
{
color: #485514;
}
</style>
background-color css
<style>
a { background-color: #485514; }
a { background-color: rgb(72,85,20); }
div.DivClassName
{
background-color: #485514;
}
.BgClassName
{
background-color: #485514;
}
</style>
border-color css
<style>
span { border-color: #485514; }
span { border-color: rgb(72,85,20); }
td.TdClassName
{
border-color: #485514;
}
.TagClassName
{
border-color: #485514;
}
</style>