Shades of Killarney #48894A
Tints of Killarney #48894A
RGB
CMYK
RGB Variations
Color information
#48894A (or 0x48894A) is known color: Killarney. HEX triplet: 48, 89 and 4A. RGB value is (72,137,74). Sum of RGB (Red+Green+Blue) = 72+137+74=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #48894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48894A is #B776B5. Grayscale: #6E6E6E. Windows color (decimal): -12023478 or 4884808. OLE color: 4884808.
HSL color Cylindrical-coordinate representation of color #48894A: hue angle of 121.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48894A is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 74 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.46 |
| HSL | 121.85º | 0.31% | 0.41% | - |
| HSV(B) | 121.85º | 0.47% | 0.54% | - |
| XYZ | 12.85 | 19.76 | 9.62 | - |
| YUV | 110.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 74 | 0.47 | 0 | 0.46 | 0.46 | 121.85 | 0.31 | 0.41 |
| Hex | 48 | 89 | 4A | 2F | 0 | 2E | 2E | 7A | 1F | 29 |
| Octal | 110 | 211 | 112 | 57 | 0 | 56 | 56 | 172 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1001010 | 101111 | 0 | 101110 | 101110 | 1111010 | 11111 | 101001 |
Color Harmonies of #48894A
Complementary color
Monochromatic Colors of #48894A
Black with #48894A
Text Example
Text Example
White with #48894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48894A; }
p { color: rgb(72,137,74); }
H1.HeaderClassName
{
color: #48894A;
}
.AnyTagClassName
{
color: #48894A;
}
</style>
background-color css
<style>
a { background-color: #48894A; }
a { background-color: rgb(72,137,74); }
div.DivClassName
{
background-color: #48894A;
}
.BgClassName
{
background-color: #48894A;
}
</style>
border-color css
<style>
span { border-color: #48894A; }
span { border-color: rgb(72,137,74); }
td.TdClassName
{
border-color: #48894A;
}
.TagClassName
{
border-color: #48894A;
}
</style>