Shades of Verdun Green #485214
Tints of Verdun Green #485214
RGB
CMYK
RGB Variations
Color information
#485214 (or 0x485214) is known color: Verdun Green. HEX triplet: 48, 52 and 14. RGB value is (72,82,20). Sum of RGB (Red+Green+Blue) = 72+82+20=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 82 - color contains mainly: green. Hex color #485214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485214 is #B7ADEB. Grayscale: #484848. Windows color (decimal): -12037612 or 1331784. OLE color: 1331784.
HSL color Cylindrical-coordinate representation of color #485214: hue angle of 69.68º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #485214 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 20 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.68 |
| HSL | 69.68º | 0.61% | 0.2% | - |
| HSV(B) | 69.68º | 0.76% | 0.32% | - |
| XYZ | 5.82 | 7.46 | 1.8 | - |
| YUV | 71.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 20 | 0.12 | 0 | 0.76 | 0.68 | 69.68 | 0.61 | 0.2 |
| Hex | 48 | 52 | 14 | C | 0 | 4C | 44 | 46 | 3D | 14 |
| Octal | 110 | 122 | 24 | 14 | 0 | 114 | 104 | 106 | 75 | 24 |
| Binary | 1001000 | 1010010 | 10100 | 1100 | 0 | 1001100 | 1000100 | 1000110 | 111101 | 10100 |
Color Harmonies of #485214
Complementary color
Monochromatic Colors of #485214
Black with #485214
Text Example
Text Example
White with #485214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485214; }
p { color: rgb(72,82,20); }
H1.HeaderClassName
{
color: #485214;
}
.AnyTagClassName
{
color: #485214;
}
</style>
background-color css
<style>
a { background-color: #485214; }
a { background-color: rgb(72,82,20); }
div.DivClassName
{
background-color: #485214;
}
.BgClassName
{
background-color: #485214;
}
</style>
border-color css
<style>
span { border-color: #485214; }
span { border-color: rgb(72,82,20); }
td.TdClassName
{
border-color: #485214;
}
.TagClassName
{
border-color: #485214;
}
</style>