Shades of Killarney #4A8955
Tints of Killarney #4A8955
RGB
CMYK
RGB Variations
Color information
#4A8955 (or 0x4A8955) is known color: Killarney. HEX triplet: 4A, 89 and 55. RGB value is (74,137,85). Sum of RGB (Red+Green+Blue) = 74+137+85=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #4A8955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8955 is #B576AA. Grayscale: #707070. Windows color (decimal): -11892395 or 5605706. OLE color: 5605706.
HSL color Cylindrical-coordinate representation of color #4A8955: hue angle of 130.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8955 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 85 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.46 |
| HSL | 130.48º | 0.3% | 0.41% | - |
| HSV(B) | 130.48º | 0.46% | 0.54% | - |
| XYZ | 13.41 | 20 | 11.75 | - |
| YUV | 112.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 85 | 0.46 | 0 | 0.38 | 0.46 | 130.48 | 0.3 | 0.41 |
| Hex | 4A | 89 | 55 | 2E | 0 | 26 | 2E | 82 | 1E | 29 |
| Octal | 112 | 211 | 125 | 56 | 0 | 46 | 56 | 202 | 36 | 51 |
| Binary | 1001010 | 10001001 | 1010101 | 101110 | 0 | 100110 | 101110 | 10000010 | 11110 | 101001 |
Color Harmonies of #4A8955
Complementary color
Monochromatic Colors of #4A8955
Black with #4A8955
Text Example
Text Example
White with #4A8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8955; }
p { color: rgb(74,137,85); }
H1.HeaderClassName
{
color: #4A8955;
}
.AnyTagClassName
{
color: #4A8955;
}
</style>
background-color css
<style>
a { background-color: #4A8955; }
a { background-color: rgb(74,137,85); }
div.DivClassName
{
background-color: #4A8955;
}
.BgClassName
{
background-color: #4A8955;
}
</style>
border-color css
<style>
span { border-color: #4A8955; }
span { border-color: rgb(74,137,85); }
td.TdClassName
{
border-color: #4A8955;
}
.TagClassName
{
border-color: #4A8955;
}
</style>