Shades of Killarney #48884B
Tints of Killarney #48884B
RGB
CMYK
RGB Variations
Color information
#48884B (or 0x48884B) is known color: Killarney. HEX triplet: 48, 88 and 4B. RGB value is (72,136,75). Sum of RGB (Red+Green+Blue) = 72+136+75=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #48884B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48884B is #B777B4. Grayscale: #6E6E6E. Windows color (decimal): -12023733 or 4950088. OLE color: 4950088.
HSL color Cylindrical-coordinate representation of color #48884B: hue angle of 122.81º 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 #48884B is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 75 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.47 |
| HSL | 122.81º | 0.31% | 0.41% | - |
| HSV(B) | 122.81º | 0.47% | 0.53% | - |
| XYZ | 12.75 | 19.49 | 9.75 | - |
| YUV | 109.91 | 108.3 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 75 | 0.47 | 0 | 0.45 | 0.47 | 122.81 | 0.31 | 0.41 |
| Hex | 48 | 88 | 4B | 2F | 0 | 2D | 2F | 7B | 1F | 29 |
| Octal | 110 | 210 | 113 | 57 | 0 | 55 | 57 | 173 | 37 | 51 |
| Binary | 1001000 | 10001000 | 1001011 | 101111 | 0 | 101101 | 101111 | 1111011 | 11111 | 101001 |
Color Harmonies of #48884B
Complementary color
Monochromatic Colors of #48884B
Black with #48884B
Text Example
Text Example
White with #48884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48884B; }
p { color: rgb(72,136,75); }
H1.HeaderClassName
{
color: #48884B;
}
.AnyTagClassName
{
color: #48884B;
}
</style>
background-color css
<style>
a { background-color: #48884B; }
a { background-color: rgb(72,136,75); }
div.DivClassName
{
background-color: #48884B;
}
.BgClassName
{
background-color: #48884B;
}
</style>
border-color css
<style>
span { border-color: #48884B; }
span { border-color: rgb(72,136,75); }
td.TdClassName
{
border-color: #48884B;
}
.TagClassName
{
border-color: #48884B;
}
</style>