Shades of Verdun Green #485F15
Tints of Verdun Green #485F15
RGB
CMYK
RGB Variations
Color information
#485F15 (or 0x485F15) is known color: Verdun Green. HEX triplet: 48, 5F and 15. RGB value is (72,95,21). Sum of RGB (Red+Green+Blue) = 72+95+21=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 95 (37.5% from 255 or 50.53% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 95 - color contains mainly: green. Hex color #485F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485F15 is #B7A0EA. Grayscale: #4F4F4F. Windows color (decimal): -12034283 or 1400648. OLE color: 1400648.
HSL color Cylindrical-coordinate representation of color #485F15: hue angle of 78.65º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #485F15 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 21 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.63 |
| HSL | 78.65º | 0.64% | 0.23% | - |
| HSV(B) | 78.65º | 0.78% | 0.37% | - |
| XYZ | 6.9 | 9.62 | 2.2 | - |
| YUV | 79.69 | 94.88 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 21 | 0.24 | 0 | 0.78 | 0.63 | 78.65 | 0.64 | 0.23 |
| Hex | 48 | 5F | 15 | 18 | 0 | 4E | 3F | 4F | 40 | 17 |
| Octal | 110 | 137 | 25 | 30 | 0 | 116 | 77 | 117 | 100 | 27 |
| Binary | 1001000 | 1011111 | 10101 | 11000 | 0 | 1001110 | 111111 | 1001111 | 1000000 | 10111 |
Color Harmonies of #485F15
Complementary color
Monochromatic Colors of #485F15
Black with #485F15
Text Example
Text Example
White with #485F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F15; }
p { color: rgb(72,95,21); }
H1.HeaderClassName
{
color: #485F15;
}
.AnyTagClassName
{
color: #485F15;
}
</style>
background-color css
<style>
a { background-color: #485F15; }
a { background-color: rgb(72,95,21); }
div.DivClassName
{
background-color: #485F15;
}
.BgClassName
{
background-color: #485F15;
}
</style>
border-color css
<style>
span { border-color: #485F15; }
span { border-color: rgb(72,95,21); }
td.TdClassName
{
border-color: #485F15;
}
.TagClassName
{
border-color: #485F15;
}
</style>