Shades of Verdun Green #485709
Tints of Verdun Green #485709
RGB
CMYK
RGB Variations
Color information
#485709 (or 0x485709) is known color: Verdun Green. HEX triplet: 48, 57 and 09. RGB value is (72,87,9). Sum of RGB (Red+Green+Blue) = 72+87+9=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 87 (34.38% from 255 or 51.79% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 87 - color contains mainly: green. Hex color #485709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485709 is #B7A8F6. Grayscale: #494949. Windows color (decimal): -12036343 or 612168. OLE color: 612168.
HSL color Cylindrical-coordinate representation of color #485709: hue angle of 71.54º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #485709 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 87 | 9 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.66 |
| HSL | 71.54º | 0.81% | 0.19% | - |
| HSV(B) | 71.54º | 0.9% | 0.34% | - |
| XYZ | 6.13 | 8.21 | 1.52 | - |
| YUV | 73.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 9 | 0.17 | 0 | 0.90 | 0.66 | 71.54 | 0.81 | 0.19 |
| Hex | 48 | 57 | 9 | 11 | 0 | 5A | 42 | 48 | 51 | 13 |
| Octal | 110 | 127 | 11 | 21 | 0 | 132 | 102 | 110 | 121 | 23 |
| Binary | 1001000 | 1010111 | 1001 | 10001 | 0 | 1011010 | 1000010 | 1001000 | 1010001 | 10011 |
Color Harmonies of #485709
Complementary color
Monochromatic Colors of #485709
Black with #485709
Text Example
Text Example
White with #485709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485709; }
p { color: rgb(72,87,9); }
H1.HeaderClassName
{
color: #485709;
}
.AnyTagClassName
{
color: #485709;
}
</style>
background-color css
<style>
a { background-color: #485709; }
a { background-color: rgb(72,87,9); }
div.DivClassName
{
background-color: #485709;
}
.BgClassName
{
background-color: #485709;
}
</style>
border-color css
<style>
span { border-color: #485709; }
span { border-color: rgb(72,87,9); }
td.TdClassName
{
border-color: #485709;
}
.TagClassName
{
border-color: #485709;
}
</style>