Shades of Verdun Green #485F16
Tints of Verdun Green #485F16
RGB
CMYK
RGB Variations
Color information
#485F16 (or 0x485F16) is known color: Verdun Green. HEX triplet: 48, 5F and 16. RGB value is (72,95,22). Sum of RGB (Red+Green+Blue) = 72+95+22=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 95 (37.5% from 255 or 50.26% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 95 - color contains mainly: green. Hex color #485F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #485F16 is #B7A0E9. Grayscale: #505050. Windows color (decimal): -12034282 or 1466184. OLE color: 1466184.
HSL color Cylindrical-coordinate representation of color #485F16: hue angle of 78.9º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #485F16 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 22 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.63 |
| HSL | 78.9º | 0.62% | 0.23% | - |
| HSV(B) | 78.9º | 0.77% | 0.37% | - |
| XYZ | 6.91 | 9.62 | 2.25 | - |
| YUV | 79.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 22 | 0.24 | 0 | 0.77 | 0.63 | 78.9 | 0.62 | 0.23 |
| Hex | 48 | 5F | 16 | 18 | 0 | 4D | 3F | 4F | 3E | 17 |
| Octal | 110 | 137 | 26 | 30 | 0 | 115 | 77 | 117 | 76 | 27 |
| Binary | 1001000 | 1011111 | 10110 | 11000 | 0 | 1001101 | 111111 | 1001111 | 111110 | 10111 |
Color Harmonies of #485F16
Complementary color
Monochromatic Colors of #485F16
Black with #485F16
Text Example
Text Example
White with #485F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F16; }
p { color: rgb(72,95,22); }
H1.HeaderClassName
{
color: #485F16;
}
.AnyTagClassName
{
color: #485F16;
}
</style>
background-color css
<style>
a { background-color: #485F16; }
a { background-color: rgb(72,95,22); }
div.DivClassName
{
background-color: #485F16;
}
.BgClassName
{
background-color: #485F16;
}
</style>
border-color css
<style>
span { border-color: #485F16; }
span { border-color: rgb(72,95,22); }
td.TdClassName
{
border-color: #485F16;
}
.TagClassName
{
border-color: #485F16;
}
</style>