Shades of Verdun Green #48551A
Tints of Verdun Green #48551A
RGB
CMYK
RGB Variations
Color information
#48551A (or 0x48551A) is known color: Verdun Green. HEX triplet: 48, 55 and 1A. RGB value is (72,85,26). Sum of RGB (Red+Green+Blue) = 72+85+26=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #48551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48551A is #B7AAE5. Grayscale: #4A4A4A. Windows color (decimal): -12036838 or 1725768. OLE color: 1725768.
HSL color Cylindrical-coordinate representation of color #48551A: hue angle of 73.22º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48551A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 85 | 26 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.67 |
| HSL | 73.22º | 0.53% | 0.22% | - |
| HSV(B) | 73.22º | 0.69% | 0.33% | - |
| XYZ | 6.11 | 7.95 | 2.19 | - |
| YUV | 74.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 26 | 0.15 | 0 | 0.69 | 0.67 | 73.22 | 0.53 | 0.22 |
| Hex | 48 | 55 | 1A | F | 0 | 45 | 43 | 49 | 35 | 16 |
| Octal | 110 | 125 | 32 | 17 | 0 | 105 | 103 | 111 | 65 | 26 |
| Binary | 1001000 | 1010101 | 11010 | 1111 | 0 | 1000101 | 1000011 | 1001001 | 110101 | 10110 |
Color Harmonies of #48551A
Complementary color
Monochromatic Colors of #48551A
Black with #48551A
Text Example
Text Example
White with #48551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48551A; }
p { color: rgb(72,85,26); }
H1.HeaderClassName
{
color: #48551A;
}
.AnyTagClassName
{
color: #48551A;
}
</style>
background-color css
<style>
a { background-color: #48551A; }
a { background-color: rgb(72,85,26); }
div.DivClassName
{
background-color: #48551A;
}
.BgClassName
{
background-color: #48551A;
}
</style>
border-color css
<style>
span { border-color: #48551A; }
span { border-color: rgb(72,85,26); }
td.TdClassName
{
border-color: #48551A;
}
.TagClassName
{
border-color: #48551A;
}
</style>