Shades of Killarney #4C754E
Tints of Killarney #4C754E
RGB
CMYK
RGB Variations
Color information
#4C754E (or 0x4C754E) is known color: Killarney. HEX triplet: 4C, 75 and 4E. RGB value is (76,117,78). Sum of RGB (Red+Green+Blue) = 76+117+78=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 117 - color contains mainly: green. Hex color #4C754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C754E is #B38AB1. Grayscale: #646464. Windows color (decimal): -11766450 or 5141836. OLE color: 5141836.
HSL color Cylindrical-coordinate representation of color #4C754E: hue angle of 122.93º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C754E is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 117 | 78 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.54 |
| HSL | 122.93º | 0.21% | 0.38% | - |
| HSV(B) | 122.93º | 0.35% | 0.46% | - |
| XYZ | 10.72 | 14.81 | 9.5 | - |
| YUV | 100.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 78 | 0.35 | 0 | 0.33 | 0.54 | 122.93 | 0.21 | 0.38 |
| Hex | 4C | 75 | 4E | 23 | 0 | 21 | 36 | 7B | 15 | 26 |
| Octal | 114 | 165 | 116 | 43 | 0 | 41 | 66 | 173 | 25 | 46 |
| Binary | 1001100 | 1110101 | 1001110 | 100011 | 0 | 100001 | 110110 | 1111011 | 10101 | 100110 |
Color Harmonies of #4C754E
Complementary color
Monochromatic Colors of #4C754E
Black with #4C754E
Text Example
Text Example
White with #4C754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C754E; }
p { color: rgb(76,117,78); }
H1.HeaderClassName
{
color: #4C754E;
}
.AnyTagClassName
{
color: #4C754E;
}
</style>
background-color css
<style>
a { background-color: #4C754E; }
a { background-color: rgb(76,117,78); }
div.DivClassName
{
background-color: #4C754E;
}
.BgClassName
{
background-color: #4C754E;
}
</style>
border-color css
<style>
span { border-color: #4C754E; }
span { border-color: rgb(76,117,78); }
td.TdClassName
{
border-color: #4C754E;
}
.TagClassName
{
border-color: #4C754E;
}
</style>