Shades of Killarney #488B4E
Tints of Killarney #488B4E
RGB
CMYK
RGB Variations
Color information
#488B4E (or 0x488B4E) is known color: Killarney. HEX triplet: 48, 8B and 4E. RGB value is (72,139,78). Sum of RGB (Red+Green+Blue) = 72+139+78=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #488B4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B4E is #B774B1. Grayscale: #707070. Windows color (decimal): -12022962 or 5147464. OLE color: 5147464.
HSL color Cylindrical-coordinate representation of color #488B4E: hue angle of 125.37º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B4E is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 139 | 78 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.45 |
| HSL | 125.37º | 0.32% | 0.41% | - |
| HSV(B) | 125.37º | 0.48% | 0.55% | - |
| XYZ | 13.28 | 20.39 | 10.44 | - |
| YUV | 112.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 78 | 0.48 | 0 | 0.44 | 0.45 | 125.37 | 0.32 | 0.41 |
| Hex | 48 | 8B | 4E | 30 | 0 | 2C | 2D | 7D | 20 | 29 |
| Octal | 110 | 213 | 116 | 60 | 0 | 54 | 55 | 175 | 40 | 51 |
| Binary | 1001000 | 10001011 | 1001110 | 110000 | 0 | 101100 | 101101 | 1111101 | 100000 | 101001 |
Color Harmonies of #488B4E
Complementary color
Monochromatic Colors of #488B4E
Black with #488B4E
Text Example
Text Example
White with #488B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488B4E; }
p { color: rgb(72,139,78); }
H1.HeaderClassName
{
color: #488B4E;
}
.AnyTagClassName
{
color: #488B4E;
}
</style>
background-color css
<style>
a { background-color: #488B4E; }
a { background-color: rgb(72,139,78); }
div.DivClassName
{
background-color: #488B4E;
}
.BgClassName
{
background-color: #488B4E;
}
</style>
border-color css
<style>
span { border-color: #488B4E; }
span { border-color: rgb(72,139,78); }
td.TdClassName
{
border-color: #488B4E;
}
.TagClassName
{
border-color: #488B4E;
}
</style>