Shades of Killarney #487A48
Tints of Killarney #487A48
RGB
CMYK
RGB Variations
Color information
#487A48 (or 0x487A48) is known color: Killarney. HEX triplet: 48, 7A and 48. RGB value is (72,122,72). Sum of RGB (Red+Green+Blue) = 72+122+72=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #487A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487A48 is #B785B7. Grayscale: #656565. Windows color (decimal): -12027320 or 4749896. OLE color: 4749896.
HSL color Cylindrical-coordinate representation of color #487A48: hue angle of 120º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A48 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 72 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.52 |
| HSL | 120º | 0.26% | 0.38% | - |
| HSV(B) | 120º | 0.41% | 0.48% | - |
| XYZ | 10.8 | 15.76 | 8.6 | - |
| YUV | 101.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 72 | 0.41 | 0 | 0.41 | 0.52 | 120 | 0.26 | 0.38 |
| Hex | 48 | 7A | 48 | 29 | 0 | 29 | 34 | 78 | 1A | 26 |
| Octal | 110 | 172 | 110 | 51 | 0 | 51 | 64 | 170 | 32 | 46 |
| Binary | 1001000 | 1111010 | 1001000 | 101001 | 0 | 101001 | 110100 | 1111000 | 11010 | 100110 |
Color Harmonies of #487A48
Complementary color
Monochromatic Colors of #487A48
Black with #487A48
Text Example
Text Example
White with #487A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A48; }
p { color: rgb(72,122,72); }
H1.HeaderClassName
{
color: #487A48;
}
.AnyTagClassName
{
color: #487A48;
}
</style>
background-color css
<style>
a { background-color: #487A48; }
a { background-color: rgb(72,122,72); }
div.DivClassName
{
background-color: #487A48;
}
.BgClassName
{
background-color: #487A48;
}
</style>
border-color css
<style>
span { border-color: #487A48; }
span { border-color: rgb(72,122,72); }
td.TdClassName
{
border-color: #487A48;
}
.TagClassName
{
border-color: #487A48;
}
</style>