Shades of Killarney #48784C
Tints of Killarney #48784C
RGB
CMYK
RGB Variations
Color information
#48784C (or 0x48784C) is known color: Killarney. HEX triplet: 48, 78 and 4C. RGB value is (72,120,76). Sum of RGB (Red+Green+Blue) = 72+120+76=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 120 - color contains mainly: green. Hex color #48784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48784C is #B787B3. Grayscale: #646464. Windows color (decimal): -12027828 or 5011528. OLE color: 5011528.
HSL color Cylindrical-coordinate representation of color #48784C: hue angle of 125º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48784C is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 120 | 76 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.53 |
| HSL | 125º | 0.25% | 0.38% | - |
| HSV(B) | 125º | 0.4% | 0.47% | - |
| XYZ | 10.69 | 15.33 | 9.23 | - |
| YUV | 100.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 120 | 76 | 0.40 | 0 | 0.37 | 0.53 | 125 | 0.25 | 0.38 |
| Hex | 48 | 78 | 4C | 28 | 0 | 25 | 35 | 7D | 19 | 26 |
| Octal | 110 | 170 | 114 | 50 | 0 | 45 | 65 | 175 | 31 | 46 |
| Binary | 1001000 | 1111000 | 1001100 | 101000 | 0 | 100101 | 110101 | 1111101 | 11001 | 100110 |
Color Harmonies of #48784C
Complementary color
Monochromatic Colors of #48784C
Black with #48784C
Text Example
Text Example
White with #48784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48784C; }
p { color: rgb(72,120,76); }
H1.HeaderClassName
{
color: #48784C;
}
.AnyTagClassName
{
color: #48784C;
}
</style>
background-color css
<style>
a { background-color: #48784C; }
a { background-color: rgb(72,120,76); }
div.DivClassName
{
background-color: #48784C;
}
.BgClassName
{
background-color: #48784C;
}
</style>
border-color css
<style>
span { border-color: #48784C; }
span { border-color: rgb(72,120,76); }
td.TdClassName
{
border-color: #48784C;
}
.TagClassName
{
border-color: #48784C;
}
</style>