Shades of Killarney #488A53
Tints of Killarney #488A53
RGB
CMYK
RGB Variations
Color information
#488A53 (or 0x488A53) is known color: Killarney. HEX triplet: 48, 8A and 53. RGB value is (72,138,83). Sum of RGB (Red+Green+Blue) = 72+138+83=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #488A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488A53 is #B775AC. Grayscale: #707070. Windows color (decimal): -12023213 or 5474888. OLE color: 5474888.
HSL color Cylindrical-coordinate representation of color #488A53: hue angle of 130º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488A53 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 138 | 83 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.46 |
| HSL | 130º | 0.31% | 0.41% | - |
| HSV(B) | 130º | 0.48% | 0.54% | - |
| XYZ | 13.32 | 20.18 | 11.38 | - |
| YUV | 112 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 83 | 0.48 | 0 | 0.40 | 0.46 | 130 | 0.31 | 0.41 |
| Hex | 48 | 8A | 53 | 30 | 0 | 28 | 2E | 82 | 1F | 29 |
| Octal | 110 | 212 | 123 | 60 | 0 | 50 | 56 | 202 | 37 | 51 |
| Binary | 1001000 | 10001010 | 1010011 | 110000 | 0 | 101000 | 101110 | 10000010 | 11111 | 101001 |
Color Harmonies of #488A53
Complementary color
Monochromatic Colors of #488A53
Black with #488A53
Text Example
Text Example
White with #488A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488A53; }
p { color: rgb(72,138,83); }
H1.HeaderClassName
{
color: #488A53;
}
.AnyTagClassName
{
color: #488A53;
}
</style>
background-color css
<style>
a { background-color: #488A53; }
a { background-color: rgb(72,138,83); }
div.DivClassName
{
background-color: #488A53;
}
.BgClassName
{
background-color: #488A53;
}
</style>
border-color css
<style>
span { border-color: #488A53; }
span { border-color: rgb(72,138,83); }
td.TdClassName
{
border-color: #488A53;
}
.TagClassName
{
border-color: #488A53;
}
</style>