Shades of Killarney #4C8255
Tints of Killarney #4C8255
RGB
CMYK
RGB Variations
Color information
#4C8255 (or 0x4C8255) is known color: Killarney. HEX triplet: 4C, 82 and 55. RGB value is (76,130,85). Sum of RGB (Red+Green+Blue) = 76+130+85=291 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.12% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #4C8255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8255 is #B37DAA. Grayscale: #6C6C6C. Windows color (decimal): -11763115 or 5603916. OLE color: 5603916.
HSL color Cylindrical-coordinate representation of color #4C8255: hue angle of 130º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C8255 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 130 | 85 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.49 |
| HSL | 130º | 0.26% | 0.4% | - |
| HSV(B) | 130º | 0.42% | 0.51% | - |
| XYZ | 12.6 | 18.16 | 11.43 | - |
| YUV | 108.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 130 | 85 | 0.42 | 0 | 0.35 | 0.49 | 130 | 0.26 | 0.4 |
| Hex | 4C | 82 | 55 | 2A | 0 | 23 | 31 | 82 | 1A | 28 |
| Octal | 114 | 202 | 125 | 52 | 0 | 43 | 61 | 202 | 32 | 50 |
| Binary | 1001100 | 10000010 | 1010101 | 101010 | 0 | 100011 | 110001 | 10000010 | 11010 | 101000 |
Color Harmonies of #4C8255
Complementary color
Monochromatic Colors of #4C8255
Black with #4C8255
Text Example
Text Example
White with #4C8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8255; }
p { color: rgb(76,130,85); }
H1.HeaderClassName
{
color: #4C8255;
}
.AnyTagClassName
{
color: #4C8255;
}
</style>
background-color css
<style>
a { background-color: #4C8255; }
a { background-color: rgb(76,130,85); }
div.DivClassName
{
background-color: #4C8255;
}
.BgClassName
{
background-color: #4C8255;
}
</style>
border-color css
<style>
span { border-color: #4C8255; }
span { border-color: rgb(76,130,85); }
td.TdClassName
{
border-color: #4C8255;
}
.TagClassName
{
border-color: #4C8255;
}
</style>