Shades of Killarney #42874C
Tints of Killarney #42874C
RGB
CMYK
RGB Variations
Color information
#42874C (or 0x42874C) is known color: Killarney. HEX triplet: 42, 87 and 4C. RGB value is (66,135,76). Sum of RGB (Red+Green+Blue) = 66+135+76=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #42874C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42874C is #BD78B3. Grayscale: #6B6B6B. Windows color (decimal): -12417204 or 5015362. OLE color: 5015362.
HSL color Cylindrical-coordinate representation of color #42874C: hue angle of 128.7º 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 #42874C is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 135 | 76 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.47 |
| HSL | 128.7º | 0.34% | 0.39% | - |
| HSV(B) | 128.7º | 0.51% | 0.53% | - |
| XYZ | 12.22 | 19.01 | 9.86 | - |
| YUV | 107.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 76 | 0.51 | 0 | 0.44 | 0.47 | 128.7 | 0.34 | 0.39 |
| Hex | 42 | 87 | 4C | 33 | 0 | 2C | 2F | 81 | 22 | 27 |
| Octal | 102 | 207 | 114 | 63 | 0 | 54 | 57 | 201 | 42 | 47 |
| Binary | 1000010 | 10000111 | 1001100 | 110011 | 0 | 101100 | 101111 | 10000001 | 100010 | 100111 |
Color Harmonies of #42874C
Complementary color
Monochromatic Colors of #42874C
Black with #42874C
Text Example
Text Example
White with #42874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42874C; }
p { color: rgb(66,135,76); }
H1.HeaderClassName
{
color: #42874C;
}
.AnyTagClassName
{
color: #42874C;
}
</style>
background-color css
<style>
a { background-color: #42874C; }
a { background-color: rgb(66,135,76); }
div.DivClassName
{
background-color: #42874C;
}
.BgClassName
{
background-color: #42874C;
}
</style>
border-color css
<style>
span { border-color: #42874C; }
span { border-color: rgb(66,135,76); }
td.TdClassName
{
border-color: #42874C;
}
.TagClassName
{
border-color: #42874C;
}
</style>