Shades of Killarney #428850
Tints of Killarney #428850
RGB
CMYK
RGB Variations
Color information
#428850 (or 0x428850) is known color: Killarney. HEX triplet: 42, 88 and 50. RGB value is (66,136,80). Sum of RGB (Red+Green+Blue) = 66+136+80=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #428850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428850 is #BD77AF. Grayscale: #6C6C6C. Windows color (decimal): -12416944 or 5277762. OLE color: 5277762.
HSL color Cylindrical-coordinate representation of color #428850: hue angle of 132º 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 #428850 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 80 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.47 |
| HSL | 132º | 0.35% | 0.4% | - |
| HSV(B) | 132º | 0.51% | 0.53% | - |
| XYZ | 12.5 | 19.35 | 10.66 | - |
| YUV | 108.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 80 | 0.51 | 0 | 0.41 | 0.47 | 132 | 0.35 | 0.4 |
| Hex | 42 | 88 | 50 | 33 | 0 | 29 | 2F | 84 | 23 | 28 |
| Octal | 102 | 210 | 120 | 63 | 0 | 51 | 57 | 204 | 43 | 50 |
| Binary | 1000010 | 10001000 | 1010000 | 110011 | 0 | 101001 | 101111 | 10000100 | 100011 | 101000 |
Color Harmonies of #428850
Complementary color
Monochromatic Colors of #428850
Black with #428850
Text Example
Text Example
White with #428850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428850; }
p { color: rgb(66,136,80); }
H1.HeaderClassName
{
color: #428850;
}
.AnyTagClassName
{
color: #428850;
}
</style>
background-color css
<style>
a { background-color: #428850; }
a { background-color: rgb(66,136,80); }
div.DivClassName
{
background-color: #428850;
}
.BgClassName
{
background-color: #428850;
}
</style>
border-color css
<style>
span { border-color: #428850; }
span { border-color: rgb(66,136,80); }
td.TdClassName
{
border-color: #428850;
}
.TagClassName
{
border-color: #428850;
}
</style>