Shades of Killarney #48854D
Tints of Killarney #48854D
RGB
CMYK
RGB Variations
Color information
#48854D (or 0x48854D) is known color: Killarney. HEX triplet: 48, 85 and 4D. RGB value is (72,133,77). Sum of RGB (Red+Green+Blue) = 72+133+77=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #48854D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48854D is #B77AB2. Grayscale: #6C6C6C. Windows color (decimal): -12024499 or 5080392. OLE color: 5080392.
HSL color Cylindrical-coordinate representation of color #48854D: hue angle of 124.92º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48854D is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 77 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.48 |
| HSL | 124.92º | 0.3% | 0.4% | - |
| HSV(B) | 124.92º | 0.46% | 0.52% | - |
| XYZ | 12.4 | 18.69 | 9.97 | - |
| YUV | 108.38 | 110.29 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 77 | 0.46 | 0 | 0.42 | 0.48 | 124.92 | 0.3 | 0.4 |
| Hex | 48 | 85 | 4D | 2E | 0 | 2A | 30 | 7D | 1E | 28 |
| Octal | 110 | 205 | 115 | 56 | 0 | 52 | 60 | 175 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1001101 | 101110 | 0 | 101010 | 110000 | 1111101 | 11110 | 101000 |
Color Harmonies of #48854D
Complementary color
Monochromatic Colors of #48854D
Black with #48854D
Text Example
Text Example
White with #48854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48854D; }
p { color: rgb(72,133,77); }
H1.HeaderClassName
{
color: #48854D;
}
.AnyTagClassName
{
color: #48854D;
}
</style>
background-color css
<style>
a { background-color: #48854D; }
a { background-color: rgb(72,133,77); }
div.DivClassName
{
background-color: #48854D;
}
.BgClassName
{
background-color: #48854D;
}
</style>
border-color css
<style>
span { border-color: #48854D; }
span { border-color: rgb(72,133,77); }
td.TdClassName
{
border-color: #48854D;
}
.TagClassName
{
border-color: #48854D;
}
</style>