Shades of Killarney #488C4B
Tints of Killarney #488C4B
RGB
CMYK
RGB Variations
Color information
#488C4B (or 0x488C4B) is known color: Killarney. HEX triplet: 48, 8C and 4B. RGB value is (72,140,75). Sum of RGB (Red+Green+Blue) = 72+140+75=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 140 - color contains mainly: green. Hex color #488C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488C4B is #B773B4. Grayscale: #707070. Windows color (decimal): -12022709 or 4951112. OLE color: 4951112.
HSL color Cylindrical-coordinate representation of color #488C4B: hue angle of 122.65º 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 #488C4B is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 72 | 140 | 75 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.45 |
| HSL | 122.65º | 0.32% | 0.42% | - |
| HSV(B) | 122.65º | 0.49% | 0.55% | - |
| XYZ | 13.32 | 20.64 | 9.94 | - |
| YUV | 112.26 | 106.97 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 75 | 0.49 | 0 | 0.46 | 0.45 | 122.65 | 0.32 | 0.42 |
| Hex | 48 | 8C | 4B | 31 | 0 | 2E | 2D | 7B | 20 | 2A |
| Octal | 110 | 214 | 113 | 61 | 0 | 56 | 55 | 173 | 40 | 52 |
| Binary | 1001000 | 10001100 | 1001011 | 110001 | 0 | 101110 | 101101 | 1111011 | 100000 | 101010 |
Color Harmonies of #488C4B
Complementary color
Monochromatic Colors of #488C4B
Black with #488C4B
Text Example
Text Example
White with #488C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488C4B; }
p { color: rgb(72,140,75); }
H1.HeaderClassName
{
color: #488C4B;
}
.AnyTagClassName
{
color: #488C4B;
}
</style>
background-color css
<style>
a { background-color: #488C4B; }
a { background-color: rgb(72,140,75); }
div.DivClassName
{
background-color: #488C4B;
}
.BgClassName
{
background-color: #488C4B;
}
</style>
border-color css
<style>
span { border-color: #488C4B; }
span { border-color: rgb(72,140,75); }
td.TdClassName
{
border-color: #488C4B;
}
.TagClassName
{
border-color: #488C4B;
}
</style>