Shades of Killarney #428851
Tints of Killarney #428851
RGB
CMYK
RGB Variations
Color information
#428851 (or 0x428851) is known color: Killarney. HEX triplet: 42, 88 and 51. RGB value is (66,136,81). Sum of RGB (Red+Green+Blue) = 66+136+81=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #428851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428851 is #BD77AE. Grayscale: #6C6C6C. Windows color (decimal): -12416943 or 5343298. OLE color: 5343298.
HSL color Cylindrical-coordinate representation of color #428851: hue angle of 132.86º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428851 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 81 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.47 |
| HSL | 132.86º | 0.35% | 0.4% | - |
| HSV(B) | 132.86º | 0.51% | 0.53% | - |
| XYZ | 12.54 | 19.36 | 10.86 | - |
| YUV | 108.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 81 | 0.51 | 0 | 0.40 | 0.47 | 132.86 | 0.35 | 0.4 |
| Hex | 42 | 88 | 51 | 33 | 0 | 28 | 2F | 85 | 23 | 28 |
| Octal | 102 | 210 | 121 | 63 | 0 | 50 | 57 | 205 | 43 | 50 |
| Binary | 1000010 | 10001000 | 1010001 | 110011 | 0 | 101000 | 101111 | 10000101 | 100011 | 101000 |
Color Harmonies of #428851
Complementary color
Monochromatic Colors of #428851
Black with #428851
Text Example
Text Example
White with #428851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428851; }
p { color: rgb(66,136,81); }
H1.HeaderClassName
{
color: #428851;
}
.AnyTagClassName
{
color: #428851;
}
</style>
background-color css
<style>
a { background-color: #428851; }
a { background-color: rgb(66,136,81); }
div.DivClassName
{
background-color: #428851;
}
.BgClassName
{
background-color: #428851;
}
</style>
border-color css
<style>
span { border-color: #428851; }
span { border-color: rgb(66,136,81); }
td.TdClassName
{
border-color: #428851;
}
.TagClassName
{
border-color: #428851;
}
</style>