Shades of Killarney #4C8555
Tints of Killarney #4C8555
RGB
CMYK
RGB Variations
Color information
#4C8555 (or 0x4C8555) is known color: Killarney. HEX triplet: 4C, 85 and 55. RGB value is (76,133,85). Sum of RGB (Red+Green+Blue) = 76+133+85=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8555 is #B37AAA. Grayscale: #6E6E6E. Windows color (decimal): -11762347 or 5604684. OLE color: 5604684.
HSL color Cylindrical-coordinate representation of color #4C8555: hue angle of 129.47º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C8555 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 85 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.48 |
| HSL | 129.47º | 0.27% | 0.41% | - |
| HSV(B) | 129.47º | 0.43% | 0.52% | - |
| XYZ | 13.01 | 18.97 | 11.57 | - |
| YUV | 110.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 85 | 0.43 | 0 | 0.36 | 0.48 | 129.47 | 0.27 | 0.41 |
| Hex | 4C | 85 | 55 | 2B | 0 | 24 | 30 | 81 | 1B | 29 |
| Octal | 114 | 205 | 125 | 53 | 0 | 44 | 60 | 201 | 33 | 51 |
| Binary | 1001100 | 10000101 | 1010101 | 101011 | 0 | 100100 | 110000 | 10000001 | 11011 | 101001 |
Color Harmonies of #4C8555
Complementary color
Monochromatic Colors of #4C8555
Black with #4C8555
Text Example
Text Example
White with #4C8555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8555; }
p { color: rgb(76,133,85); }
H1.HeaderClassName
{
color: #4C8555;
}
.AnyTagClassName
{
color: #4C8555;
}
</style>
background-color css
<style>
a { background-color: #4C8555; }
a { background-color: rgb(76,133,85); }
div.DivClassName
{
background-color: #4C8555;
}
.BgClassName
{
background-color: #4C8555;
}
</style>
border-color css
<style>
span { border-color: #4C8555; }
span { border-color: rgb(76,133,85); }
td.TdClassName
{
border-color: #4C8555;
}
.TagClassName
{
border-color: #4C8555;
}
</style>