Shades of Verdun Green #48551B
Tints of Verdun Green #48551B
RGB
CMYK
RGB Variations
Color information
#48551B (or 0x48551B) is known color: Verdun Green. HEX triplet: 48, 55 and 1B. RGB value is (72,85,27). Sum of RGB (Red+Green+Blue) = 72+85+27=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #48551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48551B is #B7AAE4. Grayscale: #4A4A4A. Windows color (decimal): -12036837 or 1791304. OLE color: 1791304.
HSL color Cylindrical-coordinate representation of color #48551B: hue angle of 73.45º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48551B is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 27 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.67 |
| HSL | 73.45º | 0.52% | 0.22% | - |
| HSV(B) | 73.45º | 0.68% | 0.33% | - |
| XYZ | 6.12 | 7.95 | 2.25 | - |
| YUV | 74.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 27 | 0.15 | 0 | 0.68 | 0.67 | 73.45 | 0.52 | 0.22 |
| Hex | 48 | 55 | 1B | F | 0 | 44 | 43 | 49 | 34 | 16 |
| Octal | 110 | 125 | 33 | 17 | 0 | 104 | 103 | 111 | 64 | 26 |
| Binary | 1001000 | 1010101 | 11011 | 1111 | 0 | 1000100 | 1000011 | 1001001 | 110100 | 10110 |
Color Harmonies of #48551B
Complementary color
Monochromatic Colors of #48551B
Black with #48551B
Text Example
Text Example
White with #48551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48551B; }
p { color: rgb(72,85,27); }
H1.HeaderClassName
{
color: #48551B;
}
.AnyTagClassName
{
color: #48551B;
}
</style>
background-color css
<style>
a { background-color: #48551B; }
a { background-color: rgb(72,85,27); }
div.DivClassName
{
background-color: #48551B;
}
.BgClassName
{
background-color: #48551B;
}
</style>
border-color css
<style>
span { border-color: #48551B; }
span { border-color: rgb(72,85,27); }
td.TdClassName
{
border-color: #48551B;
}
.TagClassName
{
border-color: #48551B;
}
</style>