Shades of Verdun Green #48520F
Tints of Verdun Green #48520F
RGB
CMYK
RGB Variations
Color information
#48520F (or 0x48520F) is known color: Verdun Green. HEX triplet: 48, 52 and 0F. RGB value is (72,82,15). Sum of RGB (Red+Green+Blue) = 72+82+15=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 82 - color contains mainly: green. Hex color #48520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48520F is #B7ADF0. Grayscale: #474747. Windows color (decimal): -12037617 or 1004104. OLE color: 1004104.
HSL color Cylindrical-coordinate representation of color #48520F: hue angle of 68.96º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48520F is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 15 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.68 |
| HSL | 68.96º | 0.69% | 0.19% | - |
| HSV(B) | 68.96º | 0.82% | 0.32% | - |
| XYZ | 5.78 | 7.45 | 1.58 | - |
| YUV | 71.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 15 | 0.12 | 0 | 0.82 | 0.68 | 68.96 | 0.69 | 0.19 |
| Hex | 48 | 52 | F | C | 0 | 52 | 44 | 45 | 45 | 13 |
| Octal | 110 | 122 | 17 | 14 | 0 | 122 | 104 | 105 | 105 | 23 |
| Binary | 1001000 | 1010010 | 1111 | 1100 | 0 | 1010010 | 1000100 | 1000101 | 1000101 | 10011 |
Color Harmonies of #48520F
Complementary color
Monochromatic Colors of #48520F
Black with #48520F
Text Example
Text Example
White with #48520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48520F; }
p { color: rgb(72,82,15); }
H1.HeaderClassName
{
color: #48520F;
}
.AnyTagClassName
{
color: #48520F;
}
</style>
background-color css
<style>
a { background-color: #48520F; }
a { background-color: rgb(72,82,15); }
div.DivClassName
{
background-color: #48520F;
}
.BgClassName
{
background-color: #48520F;
}
</style>
border-color css
<style>
span { border-color: #48520F; }
span { border-color: rgb(72,82,15); }
td.TdClassName
{
border-color: #48520F;
}
.TagClassName
{
border-color: #48520F;
}
</style>