Shades of Killarney #508651
Tints of Killarney #508651
RGB
CMYK
RGB Variations
Color information
#508651 (or 0x508651) is known color: Killarney. HEX triplet: 50, 86 and 51. RGB value is (80,134,81). Sum of RGB (Red+Green+Blue) = 80+134+81=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #508651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508651 is #AF79AE. Grayscale: #6F6F6F. Windows color (decimal): -11499951 or 5342800. OLE color: 5342800.
HSL color Cylindrical-coordinate representation of color #508651: hue angle of 121.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508651 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 134 | 81 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.47 |
| HSL | 121.11º | 0.25% | 0.42% | - |
| HSV(B) | 121.11º | 0.4% | 0.53% | - |
| XYZ | 13.32 | 19.35 | 10.82 | - |
| YUV | 111.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 81 | 0.40 | 0 | 0.40 | 0.47 | 121.11 | 0.25 | 0.42 |
| Hex | 50 | 86 | 51 | 28 | 0 | 28 | 2F | 79 | 19 | 2A |
| Octal | 120 | 206 | 121 | 50 | 0 | 50 | 57 | 171 | 31 | 52 |
| Binary | 1010000 | 10000110 | 1010001 | 101000 | 0 | 101000 | 101111 | 1111001 | 11001 | 101010 |
Color Harmonies of #508651
Complementary color
Monochromatic Colors of #508651
Black with #508651
Text Example
Text Example
White with #508651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508651; }
p { color: rgb(80,134,81); }
H1.HeaderClassName
{
color: #508651;
}
.AnyTagClassName
{
color: #508651;
}
</style>
background-color css
<style>
a { background-color: #508651; }
a { background-color: rgb(80,134,81); }
div.DivClassName
{
background-color: #508651;
}
.BgClassName
{
background-color: #508651;
}
</style>
border-color css
<style>
span { border-color: #508651; }
span { border-color: rgb(80,134,81); }
td.TdClassName
{
border-color: #508651;
}
.TagClassName
{
border-color: #508651;
}
</style>