Shades of Killarney #48794C
Tints of Killarney #48794C
RGB
CMYK
RGB Variations
Color information
#48794C (or 0x48794C) is known color: Killarney. HEX triplet: 48, 79 and 4C. RGB value is (72,121,76). Sum of RGB (Red+Green+Blue) = 72+121+76=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #48794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48794C is #B786B3. Grayscale: #656565. Windows color (decimal): -12027572 or 5011784. OLE color: 5011784.
HSL color Cylindrical-coordinate representation of color #48794C: hue angle of 124.9º 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 #48794C is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 121 | 76 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.53 |
| HSL | 124.9º | 0.25% | 0.38% | - |
| HSV(B) | 124.9º | 0.4% | 0.47% | - |
| XYZ | 10.81 | 15.57 | 9.27 | - |
| YUV | 101.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 121 | 76 | 0.40 | 0 | 0.37 | 0.53 | 124.9 | 0.25 | 0.38 |
| Hex | 48 | 79 | 4C | 28 | 0 | 25 | 35 | 7D | 19 | 26 |
| Octal | 110 | 171 | 114 | 50 | 0 | 45 | 65 | 175 | 31 | 46 |
| Binary | 1001000 | 1111001 | 1001100 | 101000 | 0 | 100101 | 110101 | 1111101 | 11001 | 100110 |
Color Harmonies of #48794C
Complementary color
Monochromatic Colors of #48794C
Black with #48794C
Text Example
Text Example
White with #48794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48794C; }
p { color: rgb(72,121,76); }
H1.HeaderClassName
{
color: #48794C;
}
.AnyTagClassName
{
color: #48794C;
}
</style>
background-color css
<style>
a { background-color: #48794C; }
a { background-color: rgb(72,121,76); }
div.DivClassName
{
background-color: #48794C;
}
.BgClassName
{
background-color: #48794C;
}
</style>
border-color css
<style>
span { border-color: #48794C; }
span { border-color: rgb(72,121,76); }
td.TdClassName
{
border-color: #48794C;
}
.TagClassName
{
border-color: #48794C;
}
</style>