Shades of Verdun Green #485715
Tints of Verdun Green #485715
RGB
CMYK
RGB Variations
Color information
#485715 (or 0x485715) is known color: Verdun Green. HEX triplet: 48, 57 and 15. RGB value is (72,87,21). Sum of RGB (Red+Green+Blue) = 72+87+21=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 87 (34.38% from 255 or 48.33% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 87 - color contains mainly: green. Hex color #485715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485715 is #B7A8EA. Grayscale: #4B4B4B. Windows color (decimal): -12036331 or 1398600. OLE color: 1398600.
HSL color Cylindrical-coordinate representation of color #485715: hue angle of 73.64º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #485715 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 87 | 21 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.66 |
| HSL | 73.64º | 0.61% | 0.21% | - |
| HSV(B) | 73.64º | 0.76% | 0.34% | - |
| XYZ | 6.22 | 8.25 | 1.97 | - |
| YUV | 74.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 21 | 0.17 | 0 | 0.76 | 0.66 | 73.64 | 0.61 | 0.21 |
| Hex | 48 | 57 | 15 | 11 | 0 | 4C | 42 | 4A | 3D | 15 |
| Octal | 110 | 127 | 25 | 21 | 0 | 114 | 102 | 112 | 75 | 25 |
| Binary | 1001000 | 1010111 | 10101 | 10001 | 0 | 1001100 | 1000010 | 1001010 | 111101 | 10101 |
Color Harmonies of #485715
Complementary color
Monochromatic Colors of #485715
Black with #485715
Text Example
Text Example
White with #485715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485715; }
p { color: rgb(72,87,21); }
H1.HeaderClassName
{
color: #485715;
}
.AnyTagClassName
{
color: #485715;
}
</style>
background-color css
<style>
a { background-color: #485715; }
a { background-color: rgb(72,87,21); }
div.DivClassName
{
background-color: #485715;
}
.BgClassName
{
background-color: #485715;
}
</style>
border-color css
<style>
span { border-color: #485715; }
span { border-color: rgb(72,87,21); }
td.TdClassName
{
border-color: #485715;
}
.TagClassName
{
border-color: #485715;
}
</style>