Shades of Killarney #42774C
Tints of Killarney #42774C
RGB
CMYK
RGB Variations
Color information
#42774C (or 0x42774C) is known color: Killarney. HEX triplet: 42, 77 and 4C. RGB value is (66,119,76). Sum of RGB (Red+Green+Blue) = 66+119+76=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #42774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42774C is #BD88B3. Grayscale: #626262. Windows color (decimal): -12421300 or 5011266. OLE color: 5011266.
HSL color Cylindrical-coordinate representation of color #42774C: hue angle of 131.32º 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 #42774C is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 119 | 76 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.53 |
| HSL | 131.32º | 0.29% | 0.36% | - |
| HSV(B) | 131.32º | 0.45% | 0.47% | - |
| XYZ | 10.15 | 14.87 | 9.17 | - |
| YUV | 98.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 119 | 76 | 0.45 | 0 | 0.36 | 0.53 | 131.32 | 0.29 | 0.36 |
| Hex | 42 | 77 | 4C | 2D | 0 | 24 | 35 | 83 | 1D | 24 |
| Octal | 102 | 167 | 114 | 55 | 0 | 44 | 65 | 203 | 35 | 44 |
| Binary | 1000010 | 1110111 | 1001100 | 101101 | 0 | 100100 | 110101 | 10000011 | 11101 | 100100 |
Color Harmonies of #42774C
Complementary color
Monochromatic Colors of #42774C
Black with #42774C
Text Example
Text Example
White with #42774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42774C; }
p { color: rgb(66,119,76); }
H1.HeaderClassName
{
color: #42774C;
}
.AnyTagClassName
{
color: #42774C;
}
</style>
background-color css
<style>
a { background-color: #42774C; }
a { background-color: rgb(66,119,76); }
div.DivClassName
{
background-color: #42774C;
}
.BgClassName
{
background-color: #42774C;
}
</style>
border-color css
<style>
span { border-color: #42774C; }
span { border-color: rgb(66,119,76); }
td.TdClassName
{
border-color: #42774C;
}
.TagClassName
{
border-color: #42774C;
}
</style>