Shades of Verdun Green #48450B
Tints of Verdun Green #48450B
RGB
CMYK
RGB Variations
Color information
#48450B (or 0x48450B) is known color: Verdun Green. HEX triplet: 48, 45 and 0B. RGB value is (72,69,11). Sum of RGB (Red+Green+Blue) = 72+69+11=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48450B is #B7BAF4. Grayscale: #3F3F3F. Windows color (decimal): -12040949 or 738632. OLE color: 738632.
HSL color Cylindrical-coordinate representation of color #48450B: hue angle of 57.05º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48450B is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 69 | 11 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.72 |
| HSL | 57.05º | 0.73% | 0.16% | - |
| HSV(B) | 57.05º | 0.85% | 0.28% | - |
| XYZ | 4.86 | 5.66 | 1.15 | - |
| YUV | 63.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 11 | 0 | 0.04 | 0.85 | 0.72 | 57.05 | 0.73 | 0.16 |
| Hex | 48 | 45 | B | 0 | 4 | 55 | 48 | 39 | 49 | 10 |
| Octal | 110 | 105 | 13 | 0 | 4 | 125 | 110 | 71 | 111 | 20 |
| Binary | 1001000 | 1000101 | 1011 | 0 | 100 | 1010101 | 1001000 | 111001 | 1001001 | 10000 |
Color Harmonies of #48450B
Complementary color
Monochromatic Colors of #48450B
Black with #48450B
Text Example
Text Example
White with #48450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48450B; }
p { color: rgb(72,69,11); }
H1.HeaderClassName
{
color: #48450B;
}
.AnyTagClassName
{
color: #48450B;
}
</style>
background-color css
<style>
a { background-color: #48450B; }
a { background-color: rgb(72,69,11); }
div.DivClassName
{
background-color: #48450B;
}
.BgClassName
{
background-color: #48450B;
}
</style>
border-color css
<style>
span { border-color: #48450B; }
span { border-color: rgb(72,69,11); }
td.TdClassName
{
border-color: #48450B;
}
.TagClassName
{
border-color: #48450B;
}
</style>