Shades of Killarney #50734F
Tints of Killarney #50734F
RGB
CMYK
RGB Variations
Color information
#50734F (or 0x50734F) is known color: Killarney. HEX triplet: 50, 73 and 4F. RGB value is (80,115,79). Sum of RGB (Red+Green+Blue) = 80+115+79=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #50734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50734F is #AF8CB0. Grayscale: #646464. Windows color (decimal): -11504817 or 5206864. OLE color: 5206864.
HSL color Cylindrical-coordinate representation of color #50734F: hue angle of 118.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50734F is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 79 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.55 |
| HSL | 118.33º | 0.19% | 0.38% | - |
| HSV(B) | 118.33º | 0.31% | 0.45% | - |
| XYZ | 10.85 | 14.53 | 9.63 | - |
| YUV | 100.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 79 | 0.30 | 0 | 0.31 | 0.55 | 118.33 | 0.19 | 0.38 |
| Hex | 50 | 73 | 4F | 1E | 0 | 1F | 37 | 76 | 13 | 26 |
| Octal | 120 | 163 | 117 | 36 | 0 | 37 | 67 | 166 | 23 | 46 |
| Binary | 1010000 | 1110011 | 1001111 | 11110 | 0 | 11111 | 110111 | 1110110 | 10011 | 100110 |
Color Harmonies of #50734F
Complementary color
Monochromatic Colors of #50734F
Black with #50734F
Text Example
Text Example
White with #50734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50734F; }
p { color: rgb(80,115,79); }
H1.HeaderClassName
{
color: #50734F;
}
.AnyTagClassName
{
color: #50734F;
}
</style>
background-color css
<style>
a { background-color: #50734F; }
a { background-color: rgb(80,115,79); }
div.DivClassName
{
background-color: #50734F;
}
.BgClassName
{
background-color: #50734F;
}
</style>
border-color css
<style>
span { border-color: #50734F; }
span { border-color: rgb(80,115,79); }
td.TdClassName
{
border-color: #50734F;
}
.TagClassName
{
border-color: #50734F;
}
</style>