Shades of Killarney #428741
Tints of Killarney #428741
RGB
CMYK
RGB Variations
Color information
#428741 (or 0x428741) is known color: Killarney. HEX triplet: 42, 87 and 41. RGB value is (66,135,65). Sum of RGB (Red+Green+Blue) = 66+135+65=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #428741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428741 is #BD78BE. Grayscale: #6A6A6A. Windows color (decimal): -12417215 or 4294466. OLE color: 4294466.
HSL color Cylindrical-coordinate representation of color #428741: hue angle of 119.14º 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 #428741 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 65 | - |
| CMYK | 0.51 | 0 | 0.52 | 0.47 |
| HSL | 119.14º | 0.35% | 0.39% | - |
| HSV(B) | 119.14º | 0.52% | 0.53% | - |
| XYZ | 11.86 | 18.87 | 8.02 | - |
| YUV | 106.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 65 | 0.51 | 0 | 0.52 | 0.47 | 119.14 | 0.35 | 0.39 |
| Hex | 42 | 87 | 41 | 33 | 0 | 34 | 2F | 77 | 23 | 27 |
| Octal | 102 | 207 | 101 | 63 | 0 | 64 | 57 | 167 | 43 | 47 |
| Binary | 1000010 | 10000111 | 1000001 | 110011 | 0 | 110100 | 101111 | 1110111 | 100011 | 100111 |
Color Harmonies of #428741
Complementary color
Monochromatic Colors of #428741
Black with #428741
Text Example
Text Example
White with #428741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428741; }
p { color: rgb(66,135,65); }
H1.HeaderClassName
{
color: #428741;
}
.AnyTagClassName
{
color: #428741;
}
</style>
background-color css
<style>
a { background-color: #428741; }
a { background-color: rgb(66,135,65); }
div.DivClassName
{
background-color: #428741;
}
.BgClassName
{
background-color: #428741;
}
</style>
border-color css
<style>
span { border-color: #428741; }
span { border-color: rgb(66,135,65); }
td.TdClassName
{
border-color: #428741;
}
.TagClassName
{
border-color: #428741;
}
</style>