Shades of Killarney #42864D
Tints of Killarney #42864D
RGB
CMYK
RGB Variations
Color information
#42864D (or 0x42864D) is known color: Killarney. HEX triplet: 42, 86 and 4D. RGB value is (66,134,77). Sum of RGB (Red+Green+Blue) = 66+134+77=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #42864D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42864D is #BD79B2. Grayscale: #6B6B6B. Windows color (decimal): -12417459 or 5080642. OLE color: 5080642.
HSL color Cylindrical-coordinate representation of color #42864D: hue angle of 129.71º 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 #42864D is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 77 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.47 |
| HSL | 129.71º | 0.34% | 0.39% | - |
| HSV(B) | 129.71º | 0.51% | 0.53% | - |
| XYZ | 12.11 | 18.74 | 10 | - |
| YUV | 107.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 77 | 0.51 | 0 | 0.43 | 0.47 | 129.71 | 0.34 | 0.39 |
| Hex | 42 | 86 | 4D | 33 | 0 | 2B | 2F | 82 | 22 | 27 |
| Octal | 102 | 206 | 115 | 63 | 0 | 53 | 57 | 202 | 42 | 47 |
| Binary | 1000010 | 10000110 | 1001101 | 110011 | 0 | 101011 | 101111 | 10000010 | 100010 | 100111 |
Color Harmonies of #42864D
Complementary color
Monochromatic Colors of #42864D
Black with #42864D
Text Example
Text Example
White with #42864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42864D; }
p { color: rgb(66,134,77); }
H1.HeaderClassName
{
color: #42864D;
}
.AnyTagClassName
{
color: #42864D;
}
</style>
background-color css
<style>
a { background-color: #42864D; }
a { background-color: rgb(66,134,77); }
div.DivClassName
{
background-color: #42864D;
}
.BgClassName
{
background-color: #42864D;
}
</style>
border-color css
<style>
span { border-color: #42864D; }
span { border-color: rgb(66,134,77); }
td.TdClassName
{
border-color: #42864D;
}
.TagClassName
{
border-color: #42864D;
}
</style>