Shades of Killarney #4C6F4D
Tints of Killarney #4C6F4D
RGB
CMYK
RGB Variations
Color information
#4C6F4D (or 0x4C6F4D) is known color: Killarney. HEX triplet: 4C, 6F and 4D. RGB value is (76,111,77). Sum of RGB (Red+Green+Blue) = 76+111+77=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #4C6F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6F4D is #B390B2. Grayscale: #606060. Windows color (decimal): -11767987 or 5074764. OLE color: 5074764.
HSL color Cylindrical-coordinate representation of color #4C6F4D: hue angle of 121.71º 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 #4C6F4D is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 111 | 77 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.56 |
| HSL | 121.71º | 0.19% | 0.37% | - |
| HSV(B) | 121.71º | 0.32% | 0.44% | - |
| XYZ | 10 | 13.44 | 9.09 | - |
| YUV | 96.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 77 | 0.32 | 0 | 0.31 | 0.56 | 121.71 | 0.19 | 0.37 |
| Hex | 4C | 6F | 4D | 20 | 0 | 1F | 38 | 7A | 13 | 25 |
| Octal | 114 | 157 | 115 | 40 | 0 | 37 | 70 | 172 | 23 | 45 |
| Binary | 1001100 | 1101111 | 1001101 | 100000 | 0 | 11111 | 111000 | 1111010 | 10011 | 100101 |
Color Harmonies of #4C6F4D
Complementary color
Monochromatic Colors of #4C6F4D
Black with #4C6F4D
Text Example
Text Example
White with #4C6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6F4D; }
p { color: rgb(76,111,77); }
H1.HeaderClassName
{
color: #4C6F4D;
}
.AnyTagClassName
{
color: #4C6F4D;
}
</style>
background-color css
<style>
a { background-color: #4C6F4D; }
a { background-color: rgb(76,111,77); }
div.DivClassName
{
background-color: #4C6F4D;
}
.BgClassName
{
background-color: #4C6F4D;
}
</style>
border-color css
<style>
span { border-color: #4C6F4D; }
span { border-color: rgb(76,111,77); }
td.TdClassName
{
border-color: #4C6F4D;
}
.TagClassName
{
border-color: #4C6F4D;
}
</style>