Shades of Killarney #487C46
Tints of Killarney #487C46
RGB
CMYK
RGB Variations
Color information
#487C46 (or 0x487C46) is known color: Killarney. HEX triplet: 48, 7C and 46. RGB value is (72,124,70). Sum of RGB (Red+Green+Blue) = 72+124+70=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 124 (48.83% from 255 or 46.62% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 124 - color contains mainly: green. Hex color #487C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487C46 is #B783B9. Grayscale: #666666. Windows color (decimal): -12026810 or 4619336. OLE color: 4619336.
HSL color Cylindrical-coordinate representation of color #487C46: hue angle of 117.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #487C46 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 124 | 70 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.51 |
| HSL | 117.78º | 0.28% | 0.38% | - |
| HSV(B) | 117.78º | 0.44% | 0.49% | - |
| XYZ | 10.99 | 16.24 | 8.35 | - |
| YUV | 102.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 124 | 70 | 0.42 | 0 | 0.44 | 0.51 | 117.78 | 0.28 | 0.38 |
| Hex | 48 | 7C | 46 | 2A | 0 | 2C | 33 | 76 | 1C | 26 |
| Octal | 110 | 174 | 106 | 52 | 0 | 54 | 63 | 166 | 34 | 46 |
| Binary | 1001000 | 1111100 | 1000110 | 101010 | 0 | 101100 | 110011 | 1110110 | 11100 | 100110 |
Color Harmonies of #487C46
Complementary color
Monochromatic Colors of #487C46
Black with #487C46
Text Example
Text Example
White with #487C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487C46; }
p { color: rgb(72,124,70); }
H1.HeaderClassName
{
color: #487C46;
}
.AnyTagClassName
{
color: #487C46;
}
</style>
background-color css
<style>
a { background-color: #487C46; }
a { background-color: rgb(72,124,70); }
div.DivClassName
{
background-color: #487C46;
}
.BgClassName
{
background-color: #487C46;
}
</style>
border-color css
<style>
span { border-color: #487C46; }
span { border-color: rgb(72,124,70); }
td.TdClassName
{
border-color: #487C46;
}
.TagClassName
{
border-color: #487C46;
}
</style>