Shades of Killarney #48884A
Tints of Killarney #48884A
RGB
CMYK
RGB Variations
Color information
#48884A (or 0x48884A) is known color: Killarney. HEX triplet: 48, 88 and 4A. RGB value is (72,136,74). Sum of RGB (Red+Green+Blue) = 72+136+74=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #48884A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48884A is #B777B5. Grayscale: #6D6D6D. Windows color (decimal): -12023734 or 4884552. OLE color: 4884552.
HSL color Cylindrical-coordinate representation of color #48884A: hue angle of 121.88º 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 #48884A is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 74 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.47 |
| HSL | 121.88º | 0.31% | 0.41% | - |
| HSV(B) | 121.88º | 0.47% | 0.53% | - |
| XYZ | 12.71 | 19.48 | 9.57 | - |
| YUV | 109.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 74 | 0.47 | 0 | 0.46 | 0.47 | 121.88 | 0.31 | 0.41 |
| Hex | 48 | 88 | 4A | 2F | 0 | 2E | 2F | 7A | 1F | 29 |
| Octal | 110 | 210 | 112 | 57 | 0 | 56 | 57 | 172 | 37 | 51 |
| Binary | 1001000 | 10001000 | 1001010 | 101111 | 0 | 101110 | 101111 | 1111010 | 11111 | 101001 |
Color Harmonies of #48884A
Complementary color
Monochromatic Colors of #48884A
Black with #48884A
Text Example
Text Example
White with #48884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48884A; }
p { color: rgb(72,136,74); }
H1.HeaderClassName
{
color: #48884A;
}
.AnyTagClassName
{
color: #48884A;
}
</style>
background-color css
<style>
a { background-color: #48884A; }
a { background-color: rgb(72,136,74); }
div.DivClassName
{
background-color: #48884A;
}
.BgClassName
{
background-color: #48884A;
}
</style>
border-color css
<style>
span { border-color: #48884A; }
span { border-color: rgb(72,136,74); }
td.TdClassName
{
border-color: #48884A;
}
.TagClassName
{
border-color: #48884A;
}
</style>