Shades of Killarney #518252
Tints of Killarney #518252
RGB
CMYK
RGB Variations
Color information
#518252 (or 0x518252) is known color: Killarney. HEX triplet: 51, 82 and 52. RGB value is (81,130,82). Sum of RGB (Red+Green+Blue) = 81+130+82=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #518252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518252 is #AE7DAD. Grayscale: #6E6E6E. Windows color (decimal): -11435438 or 5407313. OLE color: 5407313.
HSL color Cylindrical-coordinate representation of color #518252: hue angle of 121.22º 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 #518252 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 82 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.49 |
| HSL | 121.22º | 0.23% | 0.41% | - |
| HSV(B) | 121.22º | 0.38% | 0.51% | - |
| XYZ | 12.9 | 18.32 | 10.84 | - |
| YUV | 109.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 82 | 0.38 | 0 | 0.37 | 0.49 | 121.22 | 0.23 | 0.41 |
| Hex | 51 | 82 | 52 | 26 | 0 | 25 | 31 | 79 | 17 | 29 |
| Octal | 121 | 202 | 122 | 46 | 0 | 45 | 61 | 171 | 27 | 51 |
| Binary | 1010001 | 10000010 | 1010010 | 100110 | 0 | 100101 | 110001 | 1111001 | 10111 | 101001 |
Color Harmonies of #518252
Complementary color
Monochromatic Colors of #518252
Black with #518252
Text Example
Text Example
White with #518252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518252; }
p { color: rgb(81,130,82); }
H1.HeaderClassName
{
color: #518252;
}
.AnyTagClassName
{
color: #518252;
}
</style>
background-color css
<style>
a { background-color: #518252; }
a { background-color: rgb(81,130,82); }
div.DivClassName
{
background-color: #518252;
}
.BgClassName
{
background-color: #518252;
}
</style>
border-color css
<style>
span { border-color: #518252; }
span { border-color: rgb(81,130,82); }
td.TdClassName
{
border-color: #518252;
}
.TagClassName
{
border-color: #518252;
}
</style>