Shades of Verdun Green #485D1E
Tints of Verdun Green #485D1E
RGB
CMYK
RGB Variations
Color information
#485D1E (or 0x485D1E) is known color: Verdun Green. HEX triplet: 48, 5D and 1E. RGB value is (72,93,30). Sum of RGB (Red+Green+Blue) = 72+93+30=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 93 (36.72% from 255 or 47.69% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 93 - color contains mainly: green. Hex color #485D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D1E is #B7A2E1. Grayscale: #4F4F4F. Windows color (decimal): -12034786 or 1989960. OLE color: 1989960.
HSL color Cylindrical-coordinate representation of color #485D1E: hue angle of 80º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #485D1E is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 93 | 30 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.64 |
| HSL | 80º | 0.51% | 0.24% | - |
| HSV(B) | 80º | 0.68% | 0.36% | - |
| XYZ | 6.82 | 9.3 | 2.66 | - |
| YUV | 79.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 93 | 30 | 0.23 | 0 | 0.68 | 0.64 | 80 | 0.51 | 0.24 |
| Hex | 48 | 5D | 1E | 17 | 0 | 44 | 40 | 50 | 33 | 18 |
| Octal | 110 | 135 | 36 | 27 | 0 | 104 | 100 | 120 | 63 | 30 |
| Binary | 1001000 | 1011101 | 11110 | 10111 | 0 | 1000100 | 1000000 | 1010000 | 110011 | 11000 |
Color Harmonies of #485D1E
Complementary color
Monochromatic Colors of #485D1E
Black with #485D1E
Text Example
Text Example
White with #485D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485D1E; }
p { color: rgb(72,93,30); }
H1.HeaderClassName
{
color: #485D1E;
}
.AnyTagClassName
{
color: #485D1E;
}
</style>
background-color css
<style>
a { background-color: #485D1E; }
a { background-color: rgb(72,93,30); }
div.DivClassName
{
background-color: #485D1E;
}
.BgClassName
{
background-color: #485D1E;
}
</style>
border-color css
<style>
span { border-color: #485D1E; }
span { border-color: rgb(72,93,30); }
td.TdClassName
{
border-color: #485D1E;
}
.TagClassName
{
border-color: #485D1E;
}
</style>