Shades of Killarney #428945
Tints of Killarney #428945
RGB
CMYK
RGB Variations
Color information
#428945 (or 0x428945) is known color: Killarney. HEX triplet: 42, 89 and 45. RGB value is (66,137,69). Sum of RGB (Red+Green+Blue) = 66+137+69=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #428945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428945 is #BD76BA. Grayscale: #6C6C6C. Windows color (decimal): -12416699 or 4557122. OLE color: 4557122.
HSL color Cylindrical-coordinate representation of color #428945: hue angle of 122.54º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428945 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 137 | 69 | - |
| CMYK | 0.52 | 0 | 0.50 | 0.46 |
| HSL | 122.54º | 0.35% | 0.4% | - |
| HSV(B) | 122.54º | 0.52% | 0.54% | - |
| XYZ | 12.27 | 19.48 | 8.74 | - |
| YUV | 108.02 | 105.98 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 137 | 69 | 0.52 | 0 | 0.50 | 0.46 | 122.54 | 0.35 | 0.4 |
| Hex | 42 | 89 | 45 | 34 | 0 | 32 | 2E | 7B | 23 | 28 |
| Octal | 102 | 211 | 105 | 64 | 0 | 62 | 56 | 173 | 43 | 50 |
| Binary | 1000010 | 10001001 | 1000101 | 110100 | 0 | 110010 | 101110 | 1111011 | 100011 | 101000 |
Color Harmonies of #428945
Complementary color
Monochromatic Colors of #428945
Black with #428945
Text Example
Text Example
White with #428945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428945; }
p { color: rgb(66,137,69); }
H1.HeaderClassName
{
color: #428945;
}
.AnyTagClassName
{
color: #428945;
}
</style>
background-color css
<style>
a { background-color: #428945; }
a { background-color: rgb(66,137,69); }
div.DivClassName
{
background-color: #428945;
}
.BgClassName
{
background-color: #428945;
}
</style>
border-color css
<style>
span { border-color: #428945; }
span { border-color: rgb(66,137,69); }
td.TdClassName
{
border-color: #428945;
}
.TagClassName
{
border-color: #428945;
}
</style>