Shades of Killarney #48834E
Tints of Killarney #48834E
RGB
CMYK
RGB Variations
Color information
#48834E (or 0x48834E) is known color: Killarney. HEX triplet: 48, 83 and 4E. RGB value is (72,131,78). Sum of RGB (Red+Green+Blue) = 72+131+78=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #48834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48834E is #B77CB1. Grayscale: #6B6B6B. Windows color (decimal): -12025010 or 5145416. OLE color: 5145416.
HSL color Cylindrical-coordinate representation of color #48834E: hue angle of 126.1º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48834E is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 131 | 78 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.49 |
| HSL | 126.1º | 0.29% | 0.4% | - |
| HSV(B) | 126.1º | 0.45% | 0.51% | - |
| XYZ | 12.16 | 18.16 | 10.07 | - |
| YUV | 107.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 131 | 78 | 0.45 | 0 | 0.40 | 0.49 | 126.1 | 0.29 | 0.4 |
| Hex | 48 | 83 | 4E | 2D | 0 | 28 | 31 | 7E | 1D | 28 |
| Octal | 110 | 203 | 116 | 55 | 0 | 50 | 61 | 176 | 35 | 50 |
| Binary | 1001000 | 10000011 | 1001110 | 101101 | 0 | 101000 | 110001 | 1111110 | 11101 | 101000 |
Color Harmonies of #48834E
Complementary color
Monochromatic Colors of #48834E
Black with #48834E
Text Example
Text Example
White with #48834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48834E; }
p { color: rgb(72,131,78); }
H1.HeaderClassName
{
color: #48834E;
}
.AnyTagClassName
{
color: #48834E;
}
</style>
background-color css
<style>
a { background-color: #48834E; }
a { background-color: rgb(72,131,78); }
div.DivClassName
{
background-color: #48834E;
}
.BgClassName
{
background-color: #48834E;
}
</style>
border-color css
<style>
span { border-color: #48834E; }
span { border-color: rgb(72,131,78); }
td.TdClassName
{
border-color: #48834E;
}
.TagClassName
{
border-color: #48834E;
}
</style>