Shades of Verdun Green #485211
Tints of Verdun Green #485211
RGB
CMYK
RGB Variations
Color information
#485211 (or 0x485211) is known color: Verdun Green. HEX triplet: 48, 52 and 11. RGB value is (72,82,17). Sum of RGB (Red+Green+Blue) = 72+82+17=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #485211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485211 is #B7ADEE. Grayscale: #474747. Windows color (decimal): -12037615 or 1135176. OLE color: 1135176.
HSL color Cylindrical-coordinate representation of color #485211: hue angle of 69.23º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #485211 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 17 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.68 |
| HSL | 69.23º | 0.66% | 0.19% | - |
| HSV(B) | 69.23º | 0.79% | 0.32% | - |
| XYZ | 5.79 | 7.45 | 1.66 | - |
| YUV | 71.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 17 | 0.12 | 0 | 0.79 | 0.68 | 69.23 | 0.66 | 0.19 |
| Hex | 48 | 52 | 11 | C | 0 | 4F | 44 | 45 | 42 | 13 |
| Octal | 110 | 122 | 21 | 14 | 0 | 117 | 104 | 105 | 102 | 23 |
| Binary | 1001000 | 1010010 | 10001 | 1100 | 0 | 1001111 | 1000100 | 1000101 | 1000010 | 10011 |
Color Harmonies of #485211
Complementary color
Monochromatic Colors of #485211
Black with #485211
Text Example
Text Example
White with #485211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485211; }
p { color: rgb(72,82,17); }
H1.HeaderClassName
{
color: #485211;
}
.AnyTagClassName
{
color: #485211;
}
</style>
background-color css
<style>
a { background-color: #485211; }
a { background-color: rgb(72,82,17); }
div.DivClassName
{
background-color: #485211;
}
.BgClassName
{
background-color: #485211;
}
</style>
border-color css
<style>
span { border-color: #485211; }
span { border-color: rgb(72,82,17); }
td.TdClassName
{
border-color: #485211;
}
.TagClassName
{
border-color: #485211;
}
</style>