Shades of Killarney #48854A
Tints of Killarney #48854A
RGB
CMYK
RGB Variations
Color information
#48854A (or 0x48854A) is known color: Killarney. HEX triplet: 48, 85 and 4A. RGB value is (72,133,74). Sum of RGB (Red+Green+Blue) = 72+133+74=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #48854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48854A is #B77AB5. Grayscale: #6C6C6C. Windows color (decimal): -12024502 or 4883784. OLE color: 4883784.
HSL color Cylindrical-coordinate representation of color #48854A: hue angle of 121.97º 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 #48854A is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 74 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.48 |
| HSL | 121.97º | 0.3% | 0.4% | - |
| HSV(B) | 121.97º | 0.46% | 0.52% | - |
| XYZ | 12.3 | 18.65 | 9.43 | - |
| YUV | 108.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 74 | 0.46 | 0 | 0.44 | 0.48 | 121.97 | 0.3 | 0.4 |
| Hex | 48 | 85 | 4A | 2E | 0 | 2C | 30 | 7A | 1E | 28 |
| Octal | 110 | 205 | 112 | 56 | 0 | 54 | 60 | 172 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1001010 | 101110 | 0 | 101100 | 110000 | 1111010 | 11110 | 101000 |
Color Harmonies of #48854A
Complementary color
Monochromatic Colors of #48854A
Black with #48854A
Text Example
Text Example
White with #48854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48854A; }
p { color: rgb(72,133,74); }
H1.HeaderClassName
{
color: #48854A;
}
.AnyTagClassName
{
color: #48854A;
}
</style>
background-color css
<style>
a { background-color: #48854A; }
a { background-color: rgb(72,133,74); }
div.DivClassName
{
background-color: #48854A;
}
.BgClassName
{
background-color: #48854A;
}
</style>
border-color css
<style>
span { border-color: #48854A; }
span { border-color: rgb(72,133,74); }
td.TdClassName
{
border-color: #48854A;
}
.TagClassName
{
border-color: #48854A;
}
</style>