Shades of Verdun Green #485909
Tints of Verdun Green #485909
RGB
CMYK
RGB Variations
Color information
#485909 (or 0x485909) is known color: Verdun Green. HEX triplet: 48, 59 and 09. RGB value is (72,89,9). Sum of RGB (Red+Green+Blue) = 72+89+9=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #485909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485909 is #B7A6F6. Grayscale: #4B4B4B. Windows color (decimal): -12035831 or 612680. OLE color: 612680.
HSL color Cylindrical-coordinate representation of color #485909: hue angle of 72.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #485909 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 9 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.65 |
| HSL | 72.75º | 0.82% | 0.19% | - |
| HSV(B) | 72.75º | 0.9% | 0.35% | - |
| XYZ | 6.29 | 8.54 | 1.58 | - |
| YUV | 74.8 | 90.87 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 9 | 0.19 | 0 | 0.90 | 0.65 | 72.75 | 0.82 | 0.19 |
| Hex | 48 | 59 | 9 | 13 | 0 | 5A | 41 | 49 | 52 | 13 |
| Octal | 110 | 131 | 11 | 23 | 0 | 132 | 101 | 111 | 122 | 23 |
| Binary | 1001000 | 1011001 | 1001 | 10011 | 0 | 1011010 | 1000001 | 1001001 | 1010010 | 10011 |
Color Harmonies of #485909
Complementary color
Monochromatic Colors of #485909
Black with #485909
Text Example
Text Example
White with #485909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485909; }
p { color: rgb(72,89,9); }
H1.HeaderClassName
{
color: #485909;
}
.AnyTagClassName
{
color: #485909;
}
</style>
background-color css
<style>
a { background-color: #485909; }
a { background-color: rgb(72,89,9); }
div.DivClassName
{
background-color: #485909;
}
.BgClassName
{
background-color: #485909;
}
</style>
border-color css
<style>
span { border-color: #485909; }
span { border-color: rgb(72,89,9); }
td.TdClassName
{
border-color: #485909;
}
.TagClassName
{
border-color: #485909;
}
</style>