Shades of Killarney #488549
Tints of Killarney #488549
RGB
CMYK
RGB Variations
Color information
#488549 (or 0x488549) is known color: Killarney. HEX triplet: 48, 85 and 49. RGB value is (72,133,73). Sum of RGB (Red+Green+Blue) = 72+133+73=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #488549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488549 is #B77AB6. Grayscale: #6C6C6C. Windows color (decimal): -12024503 or 4818248. OLE color: 4818248.
HSL color Cylindrical-coordinate representation of color #488549: hue angle of 120.98º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488549 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 133 | 73 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.48 |
| HSL | 120.98º | 0.3% | 0.4% | - |
| HSV(B) | 120.98º | 0.46% | 0.52% | - |
| XYZ | 12.26 | 18.63 | 9.25 | - |
| YUV | 107.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 73 | 0.46 | 0 | 0.45 | 0.48 | 120.98 | 0.3 | 0.4 |
| Hex | 48 | 85 | 49 | 2E | 0 | 2D | 30 | 79 | 1E | 28 |
| Octal | 110 | 205 | 111 | 56 | 0 | 55 | 60 | 171 | 36 | 50 |
| Binary | 1001000 | 10000101 | 1001001 | 101110 | 0 | 101101 | 110000 | 1111001 | 11110 | 101000 |
Color Harmonies of #488549
Complementary color
Monochromatic Colors of #488549
Black with #488549
Text Example
Text Example
White with #488549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488549; }
p { color: rgb(72,133,73); }
H1.HeaderClassName
{
color: #488549;
}
.AnyTagClassName
{
color: #488549;
}
</style>
background-color css
<style>
a { background-color: #488549; }
a { background-color: rgb(72,133,73); }
div.DivClassName
{
background-color: #488549;
}
.BgClassName
{
background-color: #488549;
}
</style>
border-color css
<style>
span { border-color: #488549; }
span { border-color: rgb(72,133,73); }
td.TdClassName
{
border-color: #488549;
}
.TagClassName
{
border-color: #488549;
}
</style>