Shades of Killarney #428841
Tints of Killarney #428841
RGB
CMYK
RGB Variations
Color information
#428841 (or 0x428841) is known color: Killarney. HEX triplet: 42, 88 and 41. RGB value is (66,136,65). Sum of RGB (Red+Green+Blue) = 66+136+65=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #428841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428841 is #BD77BE. Grayscale: #6B6B6B. Windows color (decimal): -12416959 or 4294722. OLE color: 4294722.
HSL color Cylindrical-coordinate representation of color #428841: hue angle of 119.15º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428841 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 136 | 65 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.47 |
| HSL | 119.15º | 0.35% | 0.39% | - |
| HSV(B) | 119.15º | 0.52% | 0.53% | - |
| XYZ | 12.01 | 19.15 | 8.06 | - |
| YUV | 106.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 65 | 0.51 | 0 | 0.52 | 0.47 | 119.15 | 0.35 | 0.39 |
| Hex | 42 | 88 | 41 | 33 | 0 | 34 | 2F | 77 | 23 | 27 |
| Octal | 102 | 210 | 101 | 63 | 0 | 64 | 57 | 167 | 43 | 47 |
| Binary | 1000010 | 10001000 | 1000001 | 110011 | 0 | 110100 | 101111 | 1110111 | 100011 | 100111 |
Color Harmonies of #428841
Complementary color
Monochromatic Colors of #428841
Black with #428841
Text Example
Text Example
White with #428841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428841; }
p { color: rgb(66,136,65); }
H1.HeaderClassName
{
color: #428841;
}
.AnyTagClassName
{
color: #428841;
}
</style>
background-color css
<style>
a { background-color: #428841; }
a { background-color: rgb(66,136,65); }
div.DivClassName
{
background-color: #428841;
}
.BgClassName
{
background-color: #428841;
}
</style>
border-color css
<style>
span { border-color: #428841; }
span { border-color: rgb(66,136,65); }
td.TdClassName
{
border-color: #428841;
}
.TagClassName
{
border-color: #428841;
}
</style>