Shades of Killarney #50734E
Tints of Killarney #50734E
RGB
CMYK
RGB Variations
Color information
#50734E (or 0x50734E) is known color: Killarney. HEX triplet: 50, 73 and 4E. RGB value is (80,115,78). Sum of RGB (Red+Green+Blue) = 80+115+78=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #50734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50734E is #AF8CB1. Grayscale: #646464. Windows color (decimal): -11504818 or 5141328. OLE color: 5141328.
HSL color Cylindrical-coordinate representation of color #50734E: hue angle of 116.76º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50734E is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 78 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.55 |
| HSL | 116.76º | 0.19% | 0.38% | - |
| HSV(B) | 116.76º | 0.32% | 0.45% | - |
| XYZ | 10.81 | 14.52 | 9.44 | - |
| YUV | 100.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 78 | 0.30 | 0 | 0.32 | 0.55 | 116.76 | 0.19 | 0.38 |
| Hex | 50 | 73 | 4E | 1E | 0 | 20 | 37 | 75 | 13 | 26 |
| Octal | 120 | 163 | 116 | 36 | 0 | 40 | 67 | 165 | 23 | 46 |
| Binary | 1010000 | 1110011 | 1001110 | 11110 | 0 | 100000 | 110111 | 1110101 | 10011 | 100110 |
Color Harmonies of #50734E
Complementary color
Monochromatic Colors of #50734E
Black with #50734E
Text Example
Text Example
White with #50734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50734E; }
p { color: rgb(80,115,78); }
H1.HeaderClassName
{
color: #50734E;
}
.AnyTagClassName
{
color: #50734E;
}
</style>
background-color css
<style>
a { background-color: #50734E; }
a { background-color: rgb(80,115,78); }
div.DivClassName
{
background-color: #50734E;
}
.BgClassName
{
background-color: #50734E;
}
</style>
border-color css
<style>
span { border-color: #50734E; }
span { border-color: rgb(80,115,78); }
td.TdClassName
{
border-color: #50734E;
}
.TagClassName
{
border-color: #50734E;
}
</style>