Shades of Killarney #4C704C
Tints of Killarney #4C704C
RGB
CMYK
RGB Variations
Color information
#4C704C (or 0x4C704C) is known color: Killarney. HEX triplet: 4C, 70 and 4C. RGB value is (76,112,76). Sum of RGB (Red+Green+Blue) = 76+112+76=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #4C704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C704C is #B38FB3. Grayscale: #616161. Windows color (decimal): -11767732 or 5009484. OLE color: 5009484.
HSL color Cylindrical-coordinate representation of color #4C704C: hue angle of 120º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C704C is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 76 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.56 |
| HSL | 120º | 0.19% | 0.37% | - |
| HSV(B) | 120º | 0.32% | 0.44% | - |
| XYZ | 10.08 | 13.65 | 8.94 | - |
| YUV | 97.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 76 | 0.32 | 0 | 0.32 | 0.56 | 120 | 0.19 | 0.37 |
| Hex | 4C | 70 | 4C | 20 | 0 | 20 | 38 | 78 | 13 | 25 |
| Octal | 114 | 160 | 114 | 40 | 0 | 40 | 70 | 170 | 23 | 45 |
| Binary | 1001100 | 1110000 | 1001100 | 100000 | 0 | 100000 | 111000 | 1111000 | 10011 | 100101 |
Color Harmonies of #4C704C
Complementary color
Monochromatic Colors of #4C704C
Black with #4C704C
Text Example
Text Example
White with #4C704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C704C; }
p { color: rgb(76,112,76); }
H1.HeaderClassName
{
color: #4C704C;
}
.AnyTagClassName
{
color: #4C704C;
}
</style>
background-color css
<style>
a { background-color: #4C704C; }
a { background-color: rgb(76,112,76); }
div.DivClassName
{
background-color: #4C704C;
}
.BgClassName
{
background-color: #4C704C;
}
</style>
border-color css
<style>
span { border-color: #4C704C; }
span { border-color: rgb(76,112,76); }
td.TdClassName
{
border-color: #4C704C;
}
.TagClassName
{
border-color: #4C704C;
}
</style>