Shades of Killarney #48884C
Tints of Killarney #48884C
RGB
CMYK
RGB Variations
Color information
#48884C (or 0x48884C) is known color: Killarney. HEX triplet: 48, 88 and 4C. RGB value is (72,136,76). Sum of RGB (Red+Green+Blue) = 72+136+76=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #48884C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48884C is #B777B3. Grayscale: #6E6E6E. Windows color (decimal): -12023732 or 5015624. OLE color: 5015624.
HSL color Cylindrical-coordinate representation of color #48884C: hue angle of 123.75º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48884C is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 76 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.47 |
| HSL | 123.75º | 0.31% | 0.41% | - |
| HSV(B) | 123.75º | 0.47% | 0.53% | - |
| XYZ | 12.78 | 19.51 | 9.93 | - |
| YUV | 110.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 76 | 0.47 | 0 | 0.44 | 0.47 | 123.75 | 0.31 | 0.41 |
| Hex | 48 | 88 | 4C | 2F | 0 | 2C | 2F | 7C | 1F | 29 |
| Octal | 110 | 210 | 114 | 57 | 0 | 54 | 57 | 174 | 37 | 51 |
| Binary | 1001000 | 10001000 | 1001100 | 101111 | 0 | 101100 | 101111 | 1111100 | 11111 | 101001 |
Color Harmonies of #48884C
Complementary color
Monochromatic Colors of #48884C
Black with #48884C
Text Example
Text Example
White with #48884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48884C; }
p { color: rgb(72,136,76); }
H1.HeaderClassName
{
color: #48884C;
}
.AnyTagClassName
{
color: #48884C;
}
</style>
background-color css
<style>
a { background-color: #48884C; }
a { background-color: rgb(72,136,76); }
div.DivClassName
{
background-color: #48884C;
}
.BgClassName
{
background-color: #48884C;
}
</style>
border-color css
<style>
span { border-color: #48884C; }
span { border-color: rgb(72,136,76); }
td.TdClassName
{
border-color: #48884C;
}
.TagClassName
{
border-color: #48884C;
}
</style>