Shades of Killarney #4C7353
Tints of Killarney #4C7353
RGB
CMYK
RGB Variations
Color information
#4C7353 (or 0x4C7353) is known color: Killarney. HEX triplet: 4C, 73 and 53. RGB value is (76,115,83). Sum of RGB (Red+Green+Blue) = 76+115+83=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7353 is #B38CAC. Grayscale: #636363. Windows color (decimal): -11766957 or 5469004. OLE color: 5469004.
HSL color Cylindrical-coordinate representation of color #4C7353: hue angle of 130.77º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C7353 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 83 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.55 |
| HSL | 130.77º | 0.2% | 0.37% | - |
| HSV(B) | 130.77º | 0.34% | 0.45% | - |
| XYZ | 10.67 | 14.42 | 10.4 | - |
| YUV | 99.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 83 | 0.34 | 0 | 0.28 | 0.55 | 130.77 | 0.2 | 0.37 |
| Hex | 4C | 73 | 53 | 22 | 0 | 1C | 37 | 83 | 14 | 25 |
| Octal | 114 | 163 | 123 | 42 | 0 | 34 | 67 | 203 | 24 | 45 |
| Binary | 1001100 | 1110011 | 1010011 | 100010 | 0 | 11100 | 110111 | 10000011 | 10100 | 100101 |
Color Harmonies of #4C7353
Complementary color
Monochromatic Colors of #4C7353
Black with #4C7353
Text Example
Text Example
White with #4C7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7353; }
p { color: rgb(76,115,83); }
H1.HeaderClassName
{
color: #4C7353;
}
.AnyTagClassName
{
color: #4C7353;
}
</style>
background-color css
<style>
a { background-color: #4C7353; }
a { background-color: rgb(76,115,83); }
div.DivClassName
{
background-color: #4C7353;
}
.BgClassName
{
background-color: #4C7353;
}
</style>
border-color css
<style>
span { border-color: #4C7353; }
span { border-color: rgb(76,115,83); }
td.TdClassName
{
border-color: #4C7353;
}
.TagClassName
{
border-color: #4C7353;
}
</style>