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