Shades of Killarney #518358
Tints of Killarney #518358
RGB
CMYK
RGB Variations
Color information
#518358 (or 0x518358) is known color: Killarney. HEX triplet: 51, 83 and 58. RGB value is (81,131,88). Sum of RGB (Red+Green+Blue) = 81+131+88=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #518358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518358 is #AE7CA7. Grayscale: #6F6F6F. Windows color (decimal): -11435176 or 5800785. OLE color: 5800785.
HSL color Cylindrical-coordinate representation of color #518358: hue angle of 128.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518358 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 131 | 88 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.49 |
| HSL | 128.4º | 0.24% | 0.42% | - |
| HSV(B) | 128.4º | 0.38% | 0.51% | - |
| XYZ | 13.27 | 18.69 | 12.14 | - |
| YUV | 111.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 88 | 0.38 | 0 | 0.33 | 0.49 | 128.4 | 0.24 | 0.42 |
| Hex | 51 | 83 | 58 | 26 | 0 | 21 | 31 | 80 | 18 | 2A |
| Octal | 121 | 203 | 130 | 46 | 0 | 41 | 61 | 200 | 30 | 52 |
| Binary | 1010001 | 10000011 | 1011000 | 100110 | 0 | 100001 | 110001 | 10000000 | 11000 | 101010 |
Color Harmonies of #518358
Complementary color
Monochromatic Colors of #518358
Black with #518358
Text Example
Text Example
White with #518358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518358; }
p { color: rgb(81,131,88); }
H1.HeaderClassName
{
color: #518358;
}
.AnyTagClassName
{
color: #518358;
}
</style>
background-color css
<style>
a { background-color: #518358; }
a { background-color: rgb(81,131,88); }
div.DivClassName
{
background-color: #518358;
}
.BgClassName
{
background-color: #518358;
}
</style>
border-color css
<style>
span { border-color: #518358; }
span { border-color: rgb(81,131,88); }
td.TdClassName
{
border-color: #518358;
}
.TagClassName
{
border-color: #518358;
}
</style>