Shades of Killarney #428644
Tints of Killarney #428644
RGB
CMYK
RGB Variations
Color information
#428644 (or 0x428644) is known color: Killarney. HEX triplet: 42, 86 and 44. RGB value is (66,134,68). Sum of RGB (Red+Green+Blue) = 66+134+68=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #428644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428644 is #BD79BB. Grayscale: #6A6A6A. Windows color (decimal): -12417468 or 4490818. OLE color: 4490818.
HSL color Cylindrical-coordinate representation of color #428644: hue angle of 121.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428644 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 68 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.47 |
| HSL | 121.76º | 0.34% | 0.39% | - |
| HSV(B) | 121.76º | 0.51% | 0.53% | - |
| XYZ | 11.82 | 18.63 | 8.44 | - |
| YUV | 106.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 68 | 0.51 | 0 | 0.49 | 0.47 | 121.76 | 0.34 | 0.39 |
| Hex | 42 | 86 | 44 | 33 | 0 | 31 | 2F | 7A | 22 | 27 |
| Octal | 102 | 206 | 104 | 63 | 0 | 61 | 57 | 172 | 42 | 47 |
| Binary | 1000010 | 10000110 | 1000100 | 110011 | 0 | 110001 | 101111 | 1111010 | 100010 | 100111 |
Color Harmonies of #428644
Complementary color
Monochromatic Colors of #428644
Black with #428644
Text Example
Text Example
White with #428644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428644; }
p { color: rgb(66,134,68); }
H1.HeaderClassName
{
color: #428644;
}
.AnyTagClassName
{
color: #428644;
}
</style>
background-color css
<style>
a { background-color: #428644; }
a { background-color: rgb(66,134,68); }
div.DivClassName
{
background-color: #428644;
}
.BgClassName
{
background-color: #428644;
}
</style>
border-color css
<style>
span { border-color: #428644; }
span { border-color: rgb(66,134,68); }
td.TdClassName
{
border-color: #428644;
}
.TagClassName
{
border-color: #428644;
}
</style>