Shades of Killarney #4A894D
Tints of Killarney #4A894D
RGB
CMYK
RGB Variations
Color information
#4A894D (or 0x4A894D) is known color: Killarney. HEX triplet: 4A, 89 and 4D. RGB value is (74,137,77). Sum of RGB (Red+Green+Blue) = 74+137+77=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #4A894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A894D is #B576B2. Grayscale: #6F6F6F. Windows color (decimal): -11892403 or 5081418. OLE color: 5081418.
HSL color Cylindrical-coordinate representation of color #4A894D: hue angle of 122.86º 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 #4A894D is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 77 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.46 |
| HSL | 122.86º | 0.3% | 0.41% | - |
| HSV(B) | 122.86º | 0.46% | 0.54% | - |
| XYZ | 13.11 | 19.88 | 10.17 | - |
| YUV | 111.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 77 | 0.46 | 0 | 0.44 | 0.46 | 122.86 | 0.3 | 0.41 |
| Hex | 4A | 89 | 4D | 2E | 0 | 2C | 2E | 7B | 1E | 29 |
| Octal | 112 | 211 | 115 | 56 | 0 | 54 | 56 | 173 | 36 | 51 |
| Binary | 1001010 | 10001001 | 1001101 | 101110 | 0 | 101100 | 101110 | 1111011 | 11110 | 101001 |
Color Harmonies of #4A894D
Complementary color
Monochromatic Colors of #4A894D
Black with #4A894D
Text Example
Text Example
White with #4A894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A894D; }
p { color: rgb(74,137,77); }
H1.HeaderClassName
{
color: #4A894D;
}
.AnyTagClassName
{
color: #4A894D;
}
</style>
background-color css
<style>
a { background-color: #4A894D; }
a { background-color: rgb(74,137,77); }
div.DivClassName
{
background-color: #4A894D;
}
.BgClassName
{
background-color: #4A894D;
}
</style>
border-color css
<style>
span { border-color: #4A894D; }
span { border-color: rgb(74,137,77); }
td.TdClassName
{
border-color: #4A894D;
}
.TagClassName
{
border-color: #4A894D;
}
</style>