Shades of Killarney #48754E
Tints of Killarney #48754E
RGB
CMYK
RGB Variations
Color information
#48754E (or 0x48754E) is known color: Killarney. HEX triplet: 48, 75 and 4E. RGB value is (72,117,78). Sum of RGB (Red+Green+Blue) = 72+117+78=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #48754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48754E is #B78AB1. Grayscale: #636363. Windows color (decimal): -12028594 or 5141832. OLE color: 5141832.
HSL color Cylindrical-coordinate representation of color #48754E: hue angle of 128º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48754E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 117 | 78 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.54 |
| HSL | 128º | 0.24% | 0.37% | - |
| HSV(B) | 128º | 0.38% | 0.46% | - |
| XYZ | 10.41 | 14.65 | 9.49 | - |
| YUV | 99.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 78 | 0.38 | 0 | 0.33 | 0.54 | 128 | 0.24 | 0.37 |
| Hex | 48 | 75 | 4E | 26 | 0 | 21 | 36 | 80 | 18 | 25 |
| Octal | 110 | 165 | 116 | 46 | 0 | 41 | 66 | 200 | 30 | 45 |
| Binary | 1001000 | 1110101 | 1001110 | 100110 | 0 | 100001 | 110110 | 10000000 | 11000 | 100101 |
Color Harmonies of #48754E
Complementary color
Monochromatic Colors of #48754E
Black with #48754E
Text Example
Text Example
White with #48754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48754E; }
p { color: rgb(72,117,78); }
H1.HeaderClassName
{
color: #48754E;
}
.AnyTagClassName
{
color: #48754E;
}
</style>
background-color css
<style>
a { background-color: #48754E; }
a { background-color: rgb(72,117,78); }
div.DivClassName
{
background-color: #48754E;
}
.BgClassName
{
background-color: #48754E;
}
</style>
border-color css
<style>
span { border-color: #48754E; }
span { border-color: rgb(72,117,78); }
td.TdClassName
{
border-color: #48754E;
}
.TagClassName
{
border-color: #48754E;
}
</style>