Shades of Killarney #42844E
Tints of Killarney #42844E
RGB
CMYK
RGB Variations
Color information
#42844E (or 0x42844E) is known color: Killarney. HEX triplet: 42, 84 and 4E. RGB value is (66,132,78). Sum of RGB (Red+Green+Blue) = 66+132+78=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #42844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42844E is #BD7BB1. Grayscale: #6A6A6A. Windows color (decimal): -12417970 or 5145666. OLE color: 5145666.
HSL color Cylindrical-coordinate representation of color #42844E: hue angle of 130.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42844E is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 132 | 78 | - |
| CMYK | 0.5 | 0 | 0.41 | 0.48 |
| HSL | 130.91º | 0.33% | 0.39% | - |
| HSV(B) | 130.91º | 0.5% | 0.52% | - |
| XYZ | 11.87 | 18.21 | 10.1 | - |
| YUV | 106.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 132 | 78 | 0.5 | 0 | 0.41 | 0.48 | 130.91 | 0.33 | 0.39 |
| Hex | 42 | 84 | 4E | 32 | 0 | 29 | 30 | 83 | 21 | 27 |
| Octal | 102 | 204 | 116 | 62 | 0 | 51 | 60 | 203 | 41 | 47 |
| Binary | 1000010 | 10000100 | 1001110 | 110010 | 0 | 101001 | 110000 | 10000011 | 100001 | 100111 |
Color Harmonies of #42844E
Complementary color
Monochromatic Colors of #42844E
Black with #42844E
Text Example
Text Example
White with #42844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42844E; }
p { color: rgb(66,132,78); }
H1.HeaderClassName
{
color: #42844E;
}
.AnyTagClassName
{
color: #42844E;
}
</style>
background-color css
<style>
a { background-color: #42844E; }
a { background-color: rgb(66,132,78); }
div.DivClassName
{
background-color: #42844E;
}
.BgClassName
{
background-color: #42844E;
}
</style>
border-color css
<style>
span { border-color: #42844E; }
span { border-color: rgb(66,132,78); }
td.TdClassName
{
border-color: #42844E;
}
.TagClassName
{
border-color: #42844E;
}
</style>