Shades of Killarney #48844D
Tints of Killarney #48844D
RGB
CMYK
RGB Variations
Color information
#48844D (or 0x48844D) is known color: Killarney. HEX triplet: 48, 84 and 4D. RGB value is (72,132,77). Sum of RGB (Red+Green+Blue) = 72+132+77=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #48844D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48844D is #B77BB2. Grayscale: #6B6B6B. Windows color (decimal): -12024755 or 5080136. OLE color: 5080136.
HSL color Cylindrical-coordinate representation of color #48844D: hue angle of 125º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48844D is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 77 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.48 |
| HSL | 125º | 0.29% | 0.4% | - |
| HSV(B) | 125º | 0.45% | 0.52% | - |
| XYZ | 12.26 | 18.42 | 9.93 | - |
| YUV | 107.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 77 | 0.45 | 0 | 0.42 | 0.48 | 125 | 0.29 | 0.4 |
| Hex | 48 | 84 | 4D | 2D | 0 | 2A | 30 | 7D | 1D | 28 |
| Octal | 110 | 204 | 115 | 55 | 0 | 52 | 60 | 175 | 35 | 50 |
| Binary | 1001000 | 10000100 | 1001101 | 101101 | 0 | 101010 | 110000 | 1111101 | 11101 | 101000 |
Color Harmonies of #48844D
Complementary color
Monochromatic Colors of #48844D
Black with #48844D
Text Example
Text Example
White with #48844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48844D; }
p { color: rgb(72,132,77); }
H1.HeaderClassName
{
color: #48844D;
}
.AnyTagClassName
{
color: #48844D;
}
</style>
background-color css
<style>
a { background-color: #48844D; }
a { background-color: rgb(72,132,77); }
div.DivClassName
{
background-color: #48844D;
}
.BgClassName
{
background-color: #48844D;
}
</style>
border-color css
<style>
span { border-color: #48844D; }
span { border-color: rgb(72,132,77); }
td.TdClassName
{
border-color: #48844D;
}
.TagClassName
{
border-color: #48844D;
}
</style>