Shades of Killarney #42864C
Tints of Killarney #42864C
RGB
CMYK
RGB Variations
Color information
#42864C (or 0x42864C) is known color: Killarney. HEX triplet: 42, 86 and 4C. RGB value is (66,134,76). Sum of RGB (Red+Green+Blue) = 66+134+76=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #42864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42864C is #BD79B3. Grayscale: #6B6B6B. Windows color (decimal): -12417460 or 5015106. OLE color: 5015106.
HSL color Cylindrical-coordinate representation of color #42864C: hue angle of 128.82º 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 #42864C is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 134 | 76 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.47 |
| HSL | 128.82º | 0.34% | 0.39% | - |
| HSV(B) | 128.82º | 0.51% | 0.53% | - |
| XYZ | 12.08 | 18.73 | 9.82 | - |
| YUV | 107.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 76 | 0.51 | 0 | 0.43 | 0.47 | 128.82 | 0.34 | 0.39 |
| Hex | 42 | 86 | 4C | 33 | 0 | 2B | 2F | 81 | 22 | 27 |
| Octal | 102 | 206 | 114 | 63 | 0 | 53 | 57 | 201 | 42 | 47 |
| Binary | 1000010 | 10000110 | 1001100 | 110011 | 0 | 101011 | 101111 | 10000001 | 100010 | 100111 |
Color Harmonies of #42864C
Complementary color
Monochromatic Colors of #42864C
Black with #42864C
Text Example
Text Example
White with #42864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42864C; }
p { color: rgb(66,134,76); }
H1.HeaderClassName
{
color: #42864C;
}
.AnyTagClassName
{
color: #42864C;
}
</style>
background-color css
<style>
a { background-color: #42864C; }
a { background-color: rgb(66,134,76); }
div.DivClassName
{
background-color: #42864C;
}
.BgClassName
{
background-color: #42864C;
}
</style>
border-color css
<style>
span { border-color: #42864C; }
span { border-color: rgb(66,134,76); }
td.TdClassName
{
border-color: #42864C;
}
.TagClassName
{
border-color: #42864C;
}
</style>