Shades of Killarney #4A894E
Tints of Killarney #4A894E
RGB
CMYK
RGB Variations
Color information
#4A894E (or 0x4A894E) is known color: Killarney. HEX triplet: 4A, 89 and 4E. RGB value is (74,137,78). Sum of RGB (Red+Green+Blue) = 74+137+78=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #4A894E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A894E is #B576B1. Grayscale: #6F6F6F. Windows color (decimal): -11892402 or 5146954. OLE color: 5146954.
HSL color Cylindrical-coordinate representation of color #4A894E: hue angle of 123.81º 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 #4A894E is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 78 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.46 |
| HSL | 123.81º | 0.3% | 0.41% | - |
| HSV(B) | 123.81º | 0.46% | 0.54% | - |
| XYZ | 13.14 | 19.9 | 10.36 | - |
| YUV | 111.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 78 | 0.46 | 0 | 0.43 | 0.46 | 123.81 | 0.3 | 0.41 |
| Hex | 4A | 89 | 4E | 2E | 0 | 2B | 2E | 7C | 1E | 29 |
| Octal | 112 | 211 | 116 | 56 | 0 | 53 | 56 | 174 | 36 | 51 |
| Binary | 1001010 | 10001001 | 1001110 | 101110 | 0 | 101011 | 101110 | 1111100 | 11110 | 101001 |
Color Harmonies of #4A894E
Complementary color
Monochromatic Colors of #4A894E
Black with #4A894E
Text Example
Text Example
White with #4A894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A894E; }
p { color: rgb(74,137,78); }
H1.HeaderClassName
{
color: #4A894E;
}
.AnyTagClassName
{
color: #4A894E;
}
</style>
background-color css
<style>
a { background-color: #4A894E; }
a { background-color: rgb(74,137,78); }
div.DivClassName
{
background-color: #4A894E;
}
.BgClassName
{
background-color: #4A894E;
}
</style>
border-color css
<style>
span { border-color: #4A894E; }
span { border-color: rgb(74,137,78); }
td.TdClassName
{
border-color: #4A894E;
}
.TagClassName
{
border-color: #4A894E;
}
</style>