Shades of Killarney #48844B
Tints of Killarney #48844B
RGB
CMYK
RGB Variations
Color information
#48844B (or 0x48844B) is known color: Killarney. HEX triplet: 48, 84 and 4B. RGB value is (72,132,75). Sum of RGB (Red+Green+Blue) = 72+132+75=279 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.81% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #48844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48844B is #B77BB4. Grayscale: #6B6B6B. Windows color (decimal): -12024757 or 4949064. OLE color: 4949064.
HSL color Cylindrical-coordinate representation of color #48844B: hue angle of 123º 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 #48844B is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 132 | 75 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.48 |
| HSL | 123º | 0.29% | 0.4% | - |
| HSV(B) | 123º | 0.45% | 0.52% | - |
| XYZ | 12.19 | 18.39 | 9.56 | - |
| YUV | 107.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 132 | 75 | 0.45 | 0 | 0.43 | 0.48 | 123 | 0.29 | 0.4 |
| Hex | 48 | 84 | 4B | 2D | 0 | 2B | 30 | 7B | 1D | 28 |
| Octal | 110 | 204 | 113 | 55 | 0 | 53 | 60 | 173 | 35 | 50 |
| Binary | 1001000 | 10000100 | 1001011 | 101101 | 0 | 101011 | 110000 | 1111011 | 11101 | 101000 |
Color Harmonies of #48844B
Complementary color
Monochromatic Colors of #48844B
Black with #48844B
Text Example
Text Example
White with #48844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48844B; }
p { color: rgb(72,132,75); }
H1.HeaderClassName
{
color: #48844B;
}
.AnyTagClassName
{
color: #48844B;
}
</style>
background-color css
<style>
a { background-color: #48844B; }
a { background-color: rgb(72,132,75); }
div.DivClassName
{
background-color: #48844B;
}
.BgClassName
{
background-color: #48844B;
}
</style>
border-color css
<style>
span { border-color: #48844B; }
span { border-color: rgb(72,132,75); }
td.TdClassName
{
border-color: #48844B;
}
.TagClassName
{
border-color: #48844B;
}
</style>