Shades of Killarney #518250
Tints of Killarney #518250
RGB
CMYK
RGB Variations
Color information
#518250 (or 0x518250) is known color: Killarney. HEX triplet: 51, 82 and 50. RGB value is (81,130,80). Sum of RGB (Red+Green+Blue) = 81+130+80=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #518250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518250 is #AE7DAF. Grayscale: #6D6D6D. Windows color (decimal): -11435440 or 5276241. OLE color: 5276241.
HSL color Cylindrical-coordinate representation of color #518250: hue angle of 118.8º degrees, saturation: 0.24, 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 #518250 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 80 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.49 |
| HSL | 118.8º | 0.24% | 0.41% | - |
| HSV(B) | 118.8º | 0.38% | 0.51% | - |
| XYZ | 12.82 | 18.29 | 10.44 | - |
| YUV | 109.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 80 | 0.38 | 0 | 0.38 | 0.49 | 118.8 | 0.24 | 0.41 |
| Hex | 51 | 82 | 50 | 26 | 0 | 26 | 31 | 77 | 18 | 29 |
| Octal | 121 | 202 | 120 | 46 | 0 | 46 | 61 | 167 | 30 | 51 |
| Binary | 1010001 | 10000010 | 1010000 | 100110 | 0 | 100110 | 110001 | 1110111 | 11000 | 101001 |
Color Harmonies of #518250
Complementary color
Monochromatic Colors of #518250
Black with #518250
Text Example
Text Example
White with #518250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518250; }
p { color: rgb(81,130,80); }
H1.HeaderClassName
{
color: #518250;
}
.AnyTagClassName
{
color: #518250;
}
</style>
background-color css
<style>
a { background-color: #518250; }
a { background-color: rgb(81,130,80); }
div.DivClassName
{
background-color: #518250;
}
.BgClassName
{
background-color: #518250;
}
</style>
border-color css
<style>
span { border-color: #518250; }
span { border-color: rgb(81,130,80); }
td.TdClassName
{
border-color: #518250;
}
.TagClassName
{
border-color: #518250;
}
</style>