Shades of Killarney #488C4D
Tints of Killarney #488C4D
RGB
CMYK
RGB Variations
Color information
#488C4D (or 0x488C4D) is known color: Killarney. HEX triplet: 48, 8C and 4D. RGB value is (72,140,77). Sum of RGB (Red+Green+Blue) = 72+140+77=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 140 (55.08% from 255 or 48.44% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 140 - color contains mainly: green. Hex color #488C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C4D is #B773B2. Grayscale: #707070. Windows color (decimal): -12022707 or 5082184. OLE color: 5082184.
HSL color Cylindrical-coordinate representation of color #488C4D: hue angle of 124.41º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488C4D is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 77 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.45 |
| HSL | 124.41º | 0.32% | 0.42% | - |
| HSV(B) | 124.41º | 0.49% | 0.55% | - |
| XYZ | 13.39 | 20.67 | 10.31 | - |
| YUV | 112.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 77 | 0.49 | 0 | 0.45 | 0.45 | 124.41 | 0.32 | 0.42 |
| Hex | 48 | 8C | 4D | 31 | 0 | 2D | 2D | 7C | 20 | 2A |
| Octal | 110 | 214 | 115 | 61 | 0 | 55 | 55 | 174 | 40 | 52 |
| Binary | 1001000 | 10001100 | 1001101 | 110001 | 0 | 101101 | 101101 | 1111100 | 100000 | 101010 |
Color Harmonies of #488C4D
Complementary color
Monochromatic Colors of #488C4D
Black with #488C4D
Text Example
Text Example
White with #488C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C4D; }
p { color: rgb(72,140,77); }
H1.HeaderClassName
{
color: #488C4D;
}
.AnyTagClassName
{
color: #488C4D;
}
</style>
background-color css
<style>
a { background-color: #488C4D; }
a { background-color: rgb(72,140,77); }
div.DivClassName
{
background-color: #488C4D;
}
.BgClassName
{
background-color: #488C4D;
}
</style>
border-color css
<style>
span { border-color: #488C4D; }
span { border-color: rgb(72,140,77); }
td.TdClassName
{
border-color: #488C4D;
}
.TagClassName
{
border-color: #488C4D;
}
</style>