Shades of Killarney #428C4B
Tints of Killarney #428C4B
RGB
CMYK
RGB Variations
Color information
#428C4B (or 0x428C4B) is known color: Killarney. HEX triplet: 42, 8C and 4B. RGB value is (66,140,75). Sum of RGB (Red+Green+Blue) = 66+140+75=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #428C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428C4B is #BD73B4. Grayscale: #6E6E6E. Windows color (decimal): -12415925 or 4951106. OLE color: 4951106.
HSL color Cylindrical-coordinate representation of color #428C4B: hue angle of 127.3º 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 #428C4B is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 140 | 75 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.45 |
| HSL | 127.3º | 0.36% | 0.4% | - |
| HSV(B) | 127.3º | 0.53% | 0.55% | - |
| XYZ | 12.89 | 20.42 | 9.92 | - |
| YUV | 110.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 75 | 0.53 | 0 | 0.46 | 0.45 | 127.3 | 0.36 | 0.4 |
| Hex | 42 | 8C | 4B | 35 | 0 | 2E | 2D | 7F | 24 | 28 |
| Octal | 102 | 214 | 113 | 65 | 0 | 56 | 55 | 177 | 44 | 50 |
| Binary | 1000010 | 10001100 | 1001011 | 110101 | 0 | 101110 | 101101 | 1111111 | 100100 | 101000 |
Color Harmonies of #428C4B
Complementary color
Monochromatic Colors of #428C4B
Black with #428C4B
Text Example
Text Example
White with #428C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428C4B; }
p { color: rgb(66,140,75); }
H1.HeaderClassName
{
color: #428C4B;
}
.AnyTagClassName
{
color: #428C4B;
}
</style>
background-color css
<style>
a { background-color: #428C4B; }
a { background-color: rgb(66,140,75); }
div.DivClassName
{
background-color: #428C4B;
}
.BgClassName
{
background-color: #428C4B;
}
</style>
border-color css
<style>
span { border-color: #428C4B; }
span { border-color: rgb(66,140,75); }
td.TdClassName
{
border-color: #428C4B;
}
.TagClassName
{
border-color: #428C4B;
}
</style>