Shades of Killarney #428C4E
Tints of Killarney #428C4E
RGB
CMYK
RGB Variations
Color information
#428C4E (or 0x428C4E) is known color: Killarney. HEX triplet: 42, 8C and 4E. RGB value is (66,140,78). Sum of RGB (Red+Green+Blue) = 66+140+78=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #428C4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428C4E is #BD73B1. Grayscale: #6E6E6E. Windows color (decimal): -12415922 or 5147714. OLE color: 5147714.
HSL color Cylindrical-coordinate representation of color #428C4E: hue angle of 129.73º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428C4E is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 78 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.45 |
| HSL | 129.73º | 0.36% | 0.4% | - |
| HSV(B) | 129.73º | 0.53% | 0.55% | - |
| XYZ | 13 | 20.46 | 10.47 | - |
| YUV | 110.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 78 | 0.53 | 0 | 0.44 | 0.45 | 129.73 | 0.36 | 0.4 |
| Hex | 42 | 8C | 4E | 35 | 0 | 2C | 2D | 82 | 24 | 28 |
| Octal | 102 | 214 | 116 | 65 | 0 | 54 | 55 | 202 | 44 | 50 |
| Binary | 1000010 | 10001100 | 1001110 | 110101 | 0 | 101100 | 101101 | 10000010 | 100100 | 101000 |
Color Harmonies of #428C4E
Complementary color
Monochromatic Colors of #428C4E
Black with #428C4E
Text Example
Text Example
White with #428C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C4E; }
p { color: rgb(66,140,78); }
H1.HeaderClassName
{
color: #428C4E;
}
.AnyTagClassName
{
color: #428C4E;
}
</style>
background-color css
<style>
a { background-color: #428C4E; }
a { background-color: rgb(66,140,78); }
div.DivClassName
{
background-color: #428C4E;
}
.BgClassName
{
background-color: #428C4E;
}
</style>
border-color css
<style>
span { border-color: #428C4E; }
span { border-color: rgb(66,140,78); }
td.TdClassName
{
border-color: #428C4E;
}
.TagClassName
{
border-color: #428C4E;
}
</style>