Shades of Verdun Green #484B16
Tints of Verdun Green #484B16
RGB
CMYK
RGB Variations
Color information
#484B16 (or 0x484B16) is known color: Verdun Green. HEX triplet: 48, 4B and 16. RGB value is (72,75,22). Sum of RGB (Red+Green+Blue) = 72+75+22=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 75 - color contains mainly: green. Hex color #484B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484B16 is #B7B4E9. Grayscale: #444444. Windows color (decimal): -12039402 or 1461064. OLE color: 1461064.
HSL color Cylindrical-coordinate representation of color #484B16: hue angle of 63.4º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484B16 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 75 | 22 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.71 |
| HSL | 63.4º | 0.55% | 0.19% | - |
| HSV(B) | 63.4º | 0.71% | 0.29% | - |
| XYZ | 5.33 | 6.47 | 1.73 | - |
| YUV | 68.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 22 | 0.04 | 0 | 0.71 | 0.71 | 63.4 | 0.55 | 0.19 |
| Hex | 48 | 4B | 16 | 4 | 0 | 47 | 47 | 3F | 37 | 13 |
| Octal | 110 | 113 | 26 | 4 | 0 | 107 | 107 | 77 | 67 | 23 |
| Binary | 1001000 | 1001011 | 10110 | 100 | 0 | 1000111 | 1000111 | 111111 | 110111 | 10011 |
Color Harmonies of #484B16
Complementary color
Monochromatic Colors of #484B16
Black with #484B16
Text Example
Text Example
White with #484B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B16; }
p { color: rgb(72,75,22); }
H1.HeaderClassName
{
color: #484B16;
}
.AnyTagClassName
{
color: #484B16;
}
</style>
background-color css
<style>
a { background-color: #484B16; }
a { background-color: rgb(72,75,22); }
div.DivClassName
{
background-color: #484B16;
}
.BgClassName
{
background-color: #484B16;
}
</style>
border-color css
<style>
span { border-color: #484B16; }
span { border-color: rgb(72,75,22); }
td.TdClassName
{
border-color: #484B16;
}
.TagClassName
{
border-color: #484B16;
}
</style>