Shades of Killarney #488953
Tints of Killarney #488953
RGB
CMYK
RGB Variations
Color information
#488953 (or 0x488953) is known color: Killarney. HEX triplet: 48, 89 and 53. RGB value is (72,137,83). Sum of RGB (Red+Green+Blue) = 72+137+83=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #488953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488953 is #B776AC. Grayscale: #6F6F6F. Windows color (decimal): -12023469 or 5474632. OLE color: 5474632.
HSL color Cylindrical-coordinate representation of color #488953: hue angle of 130.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488953 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 137 | 83 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.46 |
| HSL | 130.15º | 0.31% | 0.41% | - |
| HSV(B) | 130.15º | 0.47% | 0.54% | - |
| XYZ | 13.18 | 19.89 | 11.33 | - |
| YUV | 111.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 137 | 83 | 0.47 | 0 | 0.39 | 0.46 | 130.15 | 0.31 | 0.41 |
| Hex | 48 | 89 | 53 | 2F | 0 | 27 | 2E | 82 | 1F | 29 |
| Octal | 110 | 211 | 123 | 57 | 0 | 47 | 56 | 202 | 37 | 51 |
| Binary | 1001000 | 10001001 | 1010011 | 101111 | 0 | 100111 | 101110 | 10000010 | 11111 | 101001 |
Color Harmonies of #488953
Complementary color
Monochromatic Colors of #488953
Black with #488953
Text Example
Text Example
White with #488953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488953; }
p { color: rgb(72,137,83); }
H1.HeaderClassName
{
color: #488953;
}
.AnyTagClassName
{
color: #488953;
}
</style>
background-color css
<style>
a { background-color: #488953; }
a { background-color: rgb(72,137,83); }
div.DivClassName
{
background-color: #488953;
}
.BgClassName
{
background-color: #488953;
}
</style>
border-color css
<style>
span { border-color: #488953; }
span { border-color: rgb(72,137,83); }
td.TdClassName
{
border-color: #488953;
}
.TagClassName
{
border-color: #488953;
}
</style>