Shades of Killarney #487C4E
Tints of Killarney #487C4E
RGB
CMYK
RGB Variations
Color information
#487C4E (or 0x487C4E) is known color: Killarney. HEX triplet: 48, 7C and 4E. RGB value is (72,124,78). Sum of RGB (Red+Green+Blue) = 72+124+78=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #487C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487C4E is #B783B1. Grayscale: #676767. Windows color (decimal): -12026802 or 5143624. OLE color: 5143624.
HSL color Cylindrical-coordinate representation of color #487C4E: hue angle of 126.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487C4E is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 78 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.51 |
| HSL | 126.92º | 0.27% | 0.38% | - |
| HSV(B) | 126.92º | 0.42% | 0.49% | - |
| XYZ | 11.26 | 16.34 | 9.77 | - |
| YUV | 103.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 78 | 0.42 | 0 | 0.37 | 0.51 | 126.92 | 0.27 | 0.38 |
| Hex | 48 | 7C | 4E | 2A | 0 | 25 | 33 | 7F | 1B | 26 |
| Octal | 110 | 174 | 116 | 52 | 0 | 45 | 63 | 177 | 33 | 46 |
| Binary | 1001000 | 1111100 | 1001110 | 101010 | 0 | 100101 | 110011 | 1111111 | 11011 | 100110 |
Color Harmonies of #487C4E
Complementary color
Monochromatic Colors of #487C4E
Black with #487C4E
Text Example
Text Example
White with #487C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C4E; }
p { color: rgb(72,124,78); }
H1.HeaderClassName
{
color: #487C4E;
}
.AnyTagClassName
{
color: #487C4E;
}
</style>
background-color css
<style>
a { background-color: #487C4E; }
a { background-color: rgb(72,124,78); }
div.DivClassName
{
background-color: #487C4E;
}
.BgClassName
{
background-color: #487C4E;
}
</style>
border-color css
<style>
span { border-color: #487C4E; }
span { border-color: rgb(72,124,78); }
td.TdClassName
{
border-color: #487C4E;
}
.TagClassName
{
border-color: #487C4E;
}
</style>