Shades of Killarney #4A8656
Tints of Killarney #4A8656
RGB
CMYK
RGB Variations
Color information
#4A8656 (or 0x4A8656) is known color: Killarney. HEX triplet: 4A, 86 and 56. RGB value is (74,134,86). Sum of RGB (Red+Green+Blue) = 74+134+86=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8656 is #B579A9. Grayscale: #6E6E6E. Windows color (decimal): -11893162 or 5670474. OLE color: 5670474.
HSL color Cylindrical-coordinate representation of color #4A8656: hue angle of 132º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A8656 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 86 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.47 |
| HSL | 132º | 0.29% | 0.41% | - |
| HSV(B) | 132º | 0.45% | 0.53% | - |
| XYZ | 13.03 | 19.18 | 11.82 | - |
| YUV | 110.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 86 | 0.45 | 0 | 0.36 | 0.47 | 132 | 0.29 | 0.41 |
| Hex | 4A | 86 | 56 | 2D | 0 | 24 | 2F | 84 | 1D | 29 |
| Octal | 112 | 206 | 126 | 55 | 0 | 44 | 57 | 204 | 35 | 51 |
| Binary | 1001010 | 10000110 | 1010110 | 101101 | 0 | 100100 | 101111 | 10000100 | 11101 | 101001 |
Color Harmonies of #4A8656
Complementary color
Monochromatic Colors of #4A8656
Black with #4A8656
Text Example
Text Example
White with #4A8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8656; }
p { color: rgb(74,134,86); }
H1.HeaderClassName
{
color: #4A8656;
}
.AnyTagClassName
{
color: #4A8656;
}
</style>
background-color css
<style>
a { background-color: #4A8656; }
a { background-color: rgb(74,134,86); }
div.DivClassName
{
background-color: #4A8656;
}
.BgClassName
{
background-color: #4A8656;
}
</style>
border-color css
<style>
span { border-color: #4A8656; }
span { border-color: rgb(74,134,86); }
td.TdClassName
{
border-color: #4A8656;
}
.TagClassName
{
border-color: #4A8656;
}
</style>