Shades of Killarney #486E46
Tints of Killarney #486E46
RGB
CMYK
RGB Variations
Color information
#486E46 (or 0x486E46) is known color: Killarney. HEX triplet: 48, 6E and 46. RGB value is (72,110,70). Sum of RGB (Red+Green+Blue) = 72+110+70=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 110 - color contains mainly: green. Hex color #486E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E46 is #B791B9. Grayscale: #5E5E5E. Windows color (decimal): -12030394 or 4615752. OLE color: 4615752.
HSL color Cylindrical-coordinate representation of color #486E46: hue angle of 117º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486E46 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 110 | 70 | - |
| CMYK | 0.35 | 0 | 0.36 | 0.57 |
| HSL | 117º | 0.22% | 0.35% | - |
| HSV(B) | 117º | 0.36% | 0.43% | - |
| XYZ | 9.35 | 12.97 | 7.81 | - |
| YUV | 94.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 70 | 0.35 | 0 | 0.36 | 0.57 | 117 | 0.22 | 0.35 |
| Hex | 48 | 6E | 46 | 23 | 0 | 24 | 39 | 75 | 16 | 23 |
| Octal | 110 | 156 | 106 | 43 | 0 | 44 | 71 | 165 | 26 | 43 |
| Binary | 1001000 | 1101110 | 1000110 | 100011 | 0 | 100100 | 111001 | 1110101 | 10110 | 100011 |
Color Harmonies of #486E46
Complementary color
Monochromatic Colors of #486E46
Black with #486E46
Text Example
Text Example
White with #486E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E46; }
p { color: rgb(72,110,70); }
H1.HeaderClassName
{
color: #486E46;
}
.AnyTagClassName
{
color: #486E46;
}
</style>
background-color css
<style>
a { background-color: #486E46; }
a { background-color: rgb(72,110,70); }
div.DivClassName
{
background-color: #486E46;
}
.BgClassName
{
background-color: #486E46;
}
</style>
border-color css
<style>
span { border-color: #486E46; }
span { border-color: rgb(72,110,70); }
td.TdClassName
{
border-color: #486E46;
}
.TagClassName
{
border-color: #486E46;
}
</style>