Shades of Verdun Green #485912
Tints of Verdun Green #485912
RGB
CMYK
RGB Variations
Color information
#485912 (or 0x485912) is known color: Verdun Green. HEX triplet: 48, 59 and 12. RGB value is (72,89,18). Sum of RGB (Red+Green+Blue) = 72+89+18=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #485912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485912 is #B7A6ED. Grayscale: #4C4C4C. Windows color (decimal): -12035822 or 1202504. OLE color: 1202504.
HSL color Cylindrical-coordinate representation of color #485912: hue angle of 74.37º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #485912 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 18 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.65 |
| HSL | 74.37º | 0.66% | 0.21% | - |
| HSV(B) | 74.37º | 0.8% | 0.35% | - |
| XYZ | 6.35 | 8.57 | 1.89 | - |
| YUV | 75.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 18 | 0.19 | 0 | 0.80 | 0.65 | 74.37 | 0.66 | 0.21 |
| Hex | 48 | 59 | 12 | 13 | 0 | 50 | 41 | 4A | 42 | 15 |
| Octal | 110 | 131 | 22 | 23 | 0 | 120 | 101 | 112 | 102 | 25 |
| Binary | 1001000 | 1011001 | 10010 | 10011 | 0 | 1010000 | 1000001 | 1001010 | 1000010 | 10101 |
Color Harmonies of #485912
Complementary color
Monochromatic Colors of #485912
Black with #485912
Text Example
Text Example
White with #485912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485912; }
p { color: rgb(72,89,18); }
H1.HeaderClassName
{
color: #485912;
}
.AnyTagClassName
{
color: #485912;
}
</style>
background-color css
<style>
a { background-color: #485912; }
a { background-color: rgb(72,89,18); }
div.DivClassName
{
background-color: #485912;
}
.BgClassName
{
background-color: #485912;
}
</style>
border-color css
<style>
span { border-color: #485912; }
span { border-color: rgb(72,89,18); }
td.TdClassName
{
border-color: #485912;
}
.TagClassName
{
border-color: #485912;
}
</style>