Shades of Killarney #518256
Tints of Killarney #518256
RGB
CMYK
RGB Variations
Color information
#518256 (or 0x518256) is known color: Killarney. HEX triplet: 51, 82 and 56. RGB value is (81,130,86). Sum of RGB (Red+Green+Blue) = 81+130+86=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #518256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518256 is #AE7DA9. Grayscale: #6E6E6E. Windows color (decimal): -11435434 or 5669457. OLE color: 5669457.
HSL color Cylindrical-coordinate representation of color #518256: hue angle of 126.12º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518256 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 86 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.49 |
| HSL | 126.12º | 0.23% | 0.41% | - |
| HSV(B) | 126.12º | 0.38% | 0.51% | - |
| XYZ | 13.06 | 18.39 | 11.66 | - |
| YUV | 110.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 86 | 0.38 | 0 | 0.34 | 0.49 | 126.12 | 0.23 | 0.41 |
| Hex | 51 | 82 | 56 | 26 | 0 | 22 | 31 | 7E | 17 | 29 |
| Octal | 121 | 202 | 126 | 46 | 0 | 42 | 61 | 176 | 27 | 51 |
| Binary | 1010001 | 10000010 | 1010110 | 100110 | 0 | 100010 | 110001 | 1111110 | 10111 | 101001 |
Color Harmonies of #518256
Complementary color
Monochromatic Colors of #518256
Black with #518256
Text Example
Text Example
White with #518256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518256; }
p { color: rgb(81,130,86); }
H1.HeaderClassName
{
color: #518256;
}
.AnyTagClassName
{
color: #518256;
}
</style>
background-color css
<style>
a { background-color: #518256; }
a { background-color: rgb(81,130,86); }
div.DivClassName
{
background-color: #518256;
}
.BgClassName
{
background-color: #518256;
}
</style>
border-color css
<style>
span { border-color: #518256; }
span { border-color: rgb(81,130,86); }
td.TdClassName
{
border-color: #518256;
}
.TagClassName
{
border-color: #518256;
}
</style>