Shades of Killarney #50844E
Tints of Killarney #50844E
RGB
CMYK
RGB Variations
Color information
#50844E (or 0x50844E) is known color: Killarney. HEX triplet: 50, 84 and 4E. RGB value is (80,132,78). Sum of RGB (Red+Green+Blue) = 80+132+78=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #50844E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50844E is #AF7BB1. Grayscale: #6E6E6E. Windows color (decimal): -11500466 or 5145680. OLE color: 5145680.
HSL color Cylindrical-coordinate representation of color #50844E: hue angle of 117.78º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50844E is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 132 | 78 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.48 |
| HSL | 117.78º | 0.26% | 0.41% | - |
| HSV(B) | 117.78º | 0.41% | 0.52% | - |
| XYZ | 12.93 | 18.76 | 10.15 | - |
| YUV | 110.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 78 | 0.39 | 0 | 0.41 | 0.48 | 117.78 | 0.26 | 0.41 |
| Hex | 50 | 84 | 4E | 27 | 0 | 29 | 30 | 76 | 1A | 29 |
| Octal | 120 | 204 | 116 | 47 | 0 | 51 | 60 | 166 | 32 | 51 |
| Binary | 1010000 | 10000100 | 1001110 | 100111 | 0 | 101001 | 110000 | 1110110 | 11010 | 101001 |
Color Harmonies of #50844E
Complementary color
Monochromatic Colors of #50844E
Black with #50844E
Text Example
Text Example
White with #50844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50844E; }
p { color: rgb(80,132,78); }
H1.HeaderClassName
{
color: #50844E;
}
.AnyTagClassName
{
color: #50844E;
}
</style>
background-color css
<style>
a { background-color: #50844E; }
a { background-color: rgb(80,132,78); }
div.DivClassName
{
background-color: #50844E;
}
.BgClassName
{
background-color: #50844E;
}
</style>
border-color css
<style>
span { border-color: #50844E; }
span { border-color: rgb(80,132,78); }
td.TdClassName
{
border-color: #50844E;
}
.TagClassName
{
border-color: #50844E;
}
</style>