Shades of Killarney #42784C
Tints of Killarney #42784C
RGB
CMYK
RGB Variations
Color information
#42784C (or 0x42784C) is known color: Killarney. HEX triplet: 42, 78 and 4C. RGB value is (66,120,76). Sum of RGB (Red+Green+Blue) = 66+120+76=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #42784C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42784C is #BD87B3. Grayscale: #626262. Windows color (decimal): -12421044 or 5011522. OLE color: 5011522.
HSL color Cylindrical-coordinate representation of color #42784C: hue angle of 131.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42784C is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 120 | 76 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.53 |
| HSL | 131.11º | 0.29% | 0.36% | - |
| HSV(B) | 131.11º | 0.45% | 0.47% | - |
| XYZ | 10.27 | 15.11 | 9.21 | - |
| YUV | 98.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 120 | 76 | 0.45 | 0 | 0.37 | 0.53 | 131.11 | 0.29 | 0.36 |
| Hex | 42 | 78 | 4C | 2D | 0 | 25 | 35 | 83 | 1D | 24 |
| Octal | 102 | 170 | 114 | 55 | 0 | 45 | 65 | 203 | 35 | 44 |
| Binary | 1000010 | 1111000 | 1001100 | 101101 | 0 | 100101 | 110101 | 10000011 | 11101 | 100100 |
Color Harmonies of #42784C
Complementary color
Monochromatic Colors of #42784C
Black with #42784C
Text Example
Text Example
White with #42784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42784C; }
p { color: rgb(66,120,76); }
H1.HeaderClassName
{
color: #42784C;
}
.AnyTagClassName
{
color: #42784C;
}
</style>
background-color css
<style>
a { background-color: #42784C; }
a { background-color: rgb(66,120,76); }
div.DivClassName
{
background-color: #42784C;
}
.BgClassName
{
background-color: #42784C;
}
</style>
border-color css
<style>
span { border-color: #42784C; }
span { border-color: rgb(66,120,76); }
td.TdClassName
{
border-color: #42784C;
}
.TagClassName
{
border-color: #42784C;
}
</style>