Shades of Killarney #4C7855
Tints of Killarney #4C7855
RGB
CMYK
RGB Variations
Color information
#4C7855 (or 0x4C7855) is known color: Killarney. HEX triplet: 4C, 78 and 55. RGB value is (76,120,85). Sum of RGB (Red+Green+Blue) = 76+120+85=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #4C7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7855 is #B387AA. Grayscale: #666666. Windows color (decimal): -11765675 or 5601356. OLE color: 5601356.
HSL color Cylindrical-coordinate representation of color #4C7855: hue angle of 132.27º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C7855 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 120 | 85 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.53 |
| HSL | 132.27º | 0.22% | 0.38% | - |
| HSV(B) | 132.27º | 0.37% | 0.47% | - |
| XYZ | 11.34 | 15.63 | 11.01 | - |
| YUV | 102.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 120 | 85 | 0.37 | 0 | 0.29 | 0.53 | 132.27 | 0.22 | 0.38 |
| Hex | 4C | 78 | 55 | 25 | 0 | 1D | 35 | 84 | 16 | 26 |
| Octal | 114 | 170 | 125 | 45 | 0 | 35 | 65 | 204 | 26 | 46 |
| Binary | 1001100 | 1111000 | 1010101 | 100101 | 0 | 11101 | 110101 | 10000100 | 10110 | 100110 |
Color Harmonies of #4C7855
Complementary color
Monochromatic Colors of #4C7855
Black with #4C7855
Text Example
Text Example
White with #4C7855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7855; }
p { color: rgb(76,120,85); }
H1.HeaderClassName
{
color: #4C7855;
}
.AnyTagClassName
{
color: #4C7855;
}
</style>
background-color css
<style>
a { background-color: #4C7855; }
a { background-color: rgb(76,120,85); }
div.DivClassName
{
background-color: #4C7855;
}
.BgClassName
{
background-color: #4C7855;
}
</style>
border-color css
<style>
span { border-color: #4C7855; }
span { border-color: rgb(76,120,85); }
td.TdClassName
{
border-color: #4C7855;
}
.TagClassName
{
border-color: #4C7855;
}
</style>