Shades of Killarney #4C794A
Tints of Killarney #4C794A
RGB
CMYK
RGB Variations
Color information
#4C794A (or 0x4C794A) is known color: Killarney. HEX triplet: 4C, 79 and 4A. RGB value is (76,121,74). Sum of RGB (Red+Green+Blue) = 76+121+74=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #4C794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C794A is #B386B5. Grayscale: #666666. Windows color (decimal): -11765430 or 4880716. OLE color: 4880716.
HSL color Cylindrical-coordinate representation of color #4C794A: hue angle of 117.45º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C794A is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 76 | 121 | 74 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.53 |
| HSL | 117.45º | 0.24% | 0.38% | - |
| HSV(B) | 117.45º | 0.39% | 0.47% | - |
| XYZ | 11.05 | 15.71 | 8.93 | - |
| YUV | 102.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 121 | 74 | 0.37 | 0 | 0.39 | 0.53 | 117.45 | 0.24 | 0.38 |
| Hex | 4C | 79 | 4A | 25 | 0 | 27 | 35 | 75 | 18 | 26 |
| Octal | 114 | 171 | 112 | 45 | 0 | 47 | 65 | 165 | 30 | 46 |
| Binary | 1001100 | 1111001 | 1001010 | 100101 | 0 | 100111 | 110101 | 1110101 | 11000 | 100110 |
Color Harmonies of #4C794A
Complementary color
Monochromatic Colors of #4C794A
Black with #4C794A
Text Example
Text Example
White with #4C794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C794A; }
p { color: rgb(76,121,74); }
H1.HeaderClassName
{
color: #4C794A;
}
.AnyTagClassName
{
color: #4C794A;
}
</style>
background-color css
<style>
a { background-color: #4C794A; }
a { background-color: rgb(76,121,74); }
div.DivClassName
{
background-color: #4C794A;
}
.BgClassName
{
background-color: #4C794A;
}
</style>
border-color css
<style>
span { border-color: #4C794A; }
span { border-color: rgb(76,121,74); }
td.TdClassName
{
border-color: #4C794A;
}
.TagClassName
{
border-color: #4C794A;
}
</style>