Shades of Verdun Green #484C15
Tints of Verdun Green #484C15
RGB
CMYK
RGB Variations
Color information
#484C15 (or 0x484C15) is known color: Verdun Green. HEX triplet: 48, 4C and 15. RGB value is (72,76,21). Sum of RGB (Red+Green+Blue) = 72+76+21=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 76 (30.08% from 255 or 44.97% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 76 - color contains mainly: green. Hex color #484C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484C15 is #B7B3EA. Grayscale: #444444. Windows color (decimal): -12039147 or 1395784. OLE color: 1395784.
HSL color Cylindrical-coordinate representation of color #484C15: hue angle of 64.36º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #484C15 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 76 | 21 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.70 |
| HSL | 64.36º | 0.57% | 0.19% | - |
| HSV(B) | 64.36º | 0.72% | 0.3% | - |
| XYZ | 5.39 | 6.6 | 1.7 | - |
| YUV | 68.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 21 | 0.05 | 0 | 0.72 | 0.70 | 64.36 | 0.57 | 0.19 |
| Hex | 48 | 4C | 15 | 5 | 0 | 48 | 46 | 40 | 39 | 13 |
| Octal | 110 | 114 | 25 | 5 | 0 | 110 | 106 | 100 | 71 | 23 |
| Binary | 1001000 | 1001100 | 10101 | 101 | 0 | 1001000 | 1000110 | 1000000 | 111001 | 10011 |
Color Harmonies of #484C15
Complementary color
Monochromatic Colors of #484C15
Black with #484C15
Text Example
Text Example
White with #484C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C15; }
p { color: rgb(72,76,21); }
H1.HeaderClassName
{
color: #484C15;
}
.AnyTagClassName
{
color: #484C15;
}
</style>
background-color css
<style>
a { background-color: #484C15; }
a { background-color: rgb(72,76,21); }
div.DivClassName
{
background-color: #484C15;
}
.BgClassName
{
background-color: #484C15;
}
</style>
border-color css
<style>
span { border-color: #484C15; }
span { border-color: rgb(72,76,21); }
td.TdClassName
{
border-color: #484C15;
}
.TagClassName
{
border-color: #484C15;
}
</style>