Shades of Killarney #4C7A4C
Tints of Killarney #4C7A4C
RGB
CMYK
RGB Variations
Color information
#4C7A4C (or 0x4C7A4C) is known color: Killarney. HEX triplet: 4C, 7A and 4C. RGB value is (76,122,76). Sum of RGB (Red+Green+Blue) = 76+122+76=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7A4C is #B385B3. Grayscale: #676767. Windows color (decimal): -11765172 or 5012044. OLE color: 5012044.
HSL color Cylindrical-coordinate representation of color #4C7A4C: hue angle of 120º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7A4C is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 122 | 76 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.52 |
| HSL | 120º | 0.23% | 0.39% | - |
| HSV(B) | 120º | 0.38% | 0.48% | - |
| XYZ | 11.24 | 15.98 | 9.33 | - |
| YUV | 103 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 122 | 76 | 0.38 | 0 | 0.38 | 0.52 | 120 | 0.23 | 0.39 |
| Hex | 4C | 7A | 4C | 26 | 0 | 26 | 34 | 78 | 17 | 27 |
| Octal | 114 | 172 | 114 | 46 | 0 | 46 | 64 | 170 | 27 | 47 |
| Binary | 1001100 | 1111010 | 1001100 | 100110 | 0 | 100110 | 110100 | 1111000 | 10111 | 100111 |
Color Harmonies of #4C7A4C
Complementary color
Monochromatic Colors of #4C7A4C
Black with #4C7A4C
Text Example
Text Example
White with #4C7A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7A4C; }
p { color: rgb(76,122,76); }
H1.HeaderClassName
{
color: #4C7A4C;
}
.AnyTagClassName
{
color: #4C7A4C;
}
</style>
background-color css
<style>
a { background-color: #4C7A4C; }
a { background-color: rgb(76,122,76); }
div.DivClassName
{
background-color: #4C7A4C;
}
.BgClassName
{
background-color: #4C7A4C;
}
</style>
border-color css
<style>
span { border-color: #4C7A4C; }
span { border-color: rgb(76,122,76); }
td.TdClassName
{
border-color: #4C7A4C;
}
.TagClassName
{
border-color: #4C7A4C;
}
</style>