Shades of Killarney #428550
Tints of Killarney #428550
RGB
CMYK
RGB Variations
Color information
#428550 (or 0x428550) is known color: Killarney. HEX triplet: 42, 85 and 50. RGB value is (66,133,80). Sum of RGB (Red+Green+Blue) = 66+133+80=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #428550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428550 is #BD7AAF. Grayscale: #6B6B6B. Windows color (decimal): -12417712 or 5276994. OLE color: 5276994.
HSL color Cylindrical-coordinate representation of color #428550: hue angle of 132.54º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428550 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 133 | 80 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.48 |
| HSL | 132.54º | 0.34% | 0.39% | - |
| HSV(B) | 132.54º | 0.5% | 0.52% | - |
| XYZ | 12.08 | 18.51 | 10.53 | - |
| YUV | 106.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 80 | 0.50 | 0 | 0.40 | 0.48 | 132.54 | 0.34 | 0.39 |
| Hex | 42 | 85 | 50 | 32 | 0 | 28 | 30 | 85 | 22 | 27 |
| Octal | 102 | 205 | 120 | 62 | 0 | 50 | 60 | 205 | 42 | 47 |
| Binary | 1000010 | 10000101 | 1010000 | 110010 | 0 | 101000 | 110000 | 10000101 | 100010 | 100111 |
Color Harmonies of #428550
Complementary color
Monochromatic Colors of #428550
Black with #428550
Text Example
Text Example
White with #428550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428550; }
p { color: rgb(66,133,80); }
H1.HeaderClassName
{
color: #428550;
}
.AnyTagClassName
{
color: #428550;
}
</style>
background-color css
<style>
a { background-color: #428550; }
a { background-color: rgb(66,133,80); }
div.DivClassName
{
background-color: #428550;
}
.BgClassName
{
background-color: #428550;
}
</style>
border-color css
<style>
span { border-color: #428550; }
span { border-color: rgb(66,133,80); }
td.TdClassName
{
border-color: #428550;
}
.TagClassName
{
border-color: #428550;
}
</style>