Shades of Verdun Green #485109
Tints of Verdun Green #485109
RGB
CMYK
RGB Variations
Color information
#485109 (or 0x485109) is known color: Verdun Green. HEX triplet: 48, 51 and 09. RGB value is (72,81,9). Sum of RGB (Red+Green+Blue) = 72+81+9=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #485109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485109 is #B7AEF6. Grayscale: #464646. Windows color (decimal): -12037879 or 610632. OLE color: 610632.
HSL color Cylindrical-coordinate representation of color #485109: hue angle of 67.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #485109 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 9 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.68 |
| HSL | 67.5º | 0.8% | 0.18% | - |
| HSV(B) | 67.5º | 0.89% | 0.32% | - |
| XYZ | 5.66 | 7.28 | 1.37 | - |
| YUV | 70.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 9 | 0.11 | 0 | 0.89 | 0.68 | 67.5 | 0.8 | 0.18 |
| Hex | 48 | 51 | 9 | B | 0 | 59 | 44 | 44 | 50 | 12 |
| Octal | 110 | 121 | 11 | 13 | 0 | 131 | 104 | 104 | 120 | 22 |
| Binary | 1001000 | 1010001 | 1001 | 1011 | 0 | 1011001 | 1000100 | 1000100 | 1010000 | 10010 |
Color Harmonies of #485109
Complementary color
Monochromatic Colors of #485109
Black with #485109
Text Example
Text Example
White with #485109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485109; }
p { color: rgb(72,81,9); }
H1.HeaderClassName
{
color: #485109;
}
.AnyTagClassName
{
color: #485109;
}
</style>
background-color css
<style>
a { background-color: #485109; }
a { background-color: rgb(72,81,9); }
div.DivClassName
{
background-color: #485109;
}
.BgClassName
{
background-color: #485109;
}
</style>
border-color css
<style>
span { border-color: #485109; }
span { border-color: rgb(72,81,9); }
td.TdClassName
{
border-color: #485109;
}
.TagClassName
{
border-color: #485109;
}
</style>