Shades of Verdun Green #484F16
Tints of Verdun Green #484F16
RGB
CMYK
RGB Variations
Color information
#484F16 (or 0x484F16) is known color: Verdun Green. HEX triplet: 48, 4F and 16. RGB value is (72,79,22). Sum of RGB (Red+Green+Blue) = 72+79+22=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #484F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484F16 is #B7B0E9. Grayscale: #464646. Windows color (decimal): -12038378 or 1462088. OLE color: 1462088.
HSL color Cylindrical-coordinate representation of color #484F16: hue angle of 67.37º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #484F16 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 72 | 79 | 22 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.69 |
| HSL | 67.37º | 0.56% | 0.2% | - |
| HSV(B) | 67.37º | 0.72% | 0.31% | - |
| XYZ | 5.61 | 7.03 | 1.82 | - |
| YUV | 70.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 22 | 0.09 | 0 | 0.72 | 0.69 | 67.37 | 0.56 | 0.2 |
| Hex | 48 | 4F | 16 | 9 | 0 | 48 | 45 | 43 | 38 | 14 |
| Octal | 110 | 117 | 26 | 11 | 0 | 110 | 105 | 103 | 70 | 24 |
| Binary | 1001000 | 1001111 | 10110 | 1001 | 0 | 1001000 | 1000101 | 1000011 | 111000 | 10100 |
Color Harmonies of #484F16
Complementary color
Monochromatic Colors of #484F16
Black with #484F16
Text Example
Text Example
White with #484F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484F16; }
p { color: rgb(72,79,22); }
H1.HeaderClassName
{
color: #484F16;
}
.AnyTagClassName
{
color: #484F16;
}
</style>
background-color css
<style>
a { background-color: #484F16; }
a { background-color: rgb(72,79,22); }
div.DivClassName
{
background-color: #484F16;
}
.BgClassName
{
background-color: #484F16;
}
</style>
border-color css
<style>
span { border-color: #484F16; }
span { border-color: rgb(72,79,22); }
td.TdClassName
{
border-color: #484F16;
}
.TagClassName
{
border-color: #484F16;
}
</style>