Shades of Killarney #4A884E
Tints of Killarney #4A884E
RGB
CMYK
RGB Variations
Color information
#4A884E (or 0x4A884E) is known color: Killarney. HEX triplet: 4A, 88 and 4E. RGB value is (74,136,78). Sum of RGB (Red+Green+Blue) = 74+136+78=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #4A884E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A884E is #B577B1. Grayscale: #6F6F6F. Windows color (decimal): -11892658 or 5146698. OLE color: 5146698.
HSL color Cylindrical-coordinate representation of color #4A884E: hue angle of 123.87º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A884E is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 78 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.47 |
| HSL | 123.87º | 0.3% | 0.41% | - |
| HSV(B) | 123.87º | 0.46% | 0.53% | - |
| XYZ | 13 | 19.61 | 10.31 | - |
| YUV | 110.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 78 | 0.46 | 0 | 0.43 | 0.47 | 123.87 | 0.3 | 0.41 |
| Hex | 4A | 88 | 4E | 2E | 0 | 2B | 2F | 7C | 1E | 29 |
| Octal | 112 | 210 | 116 | 56 | 0 | 53 | 57 | 174 | 36 | 51 |
| Binary | 1001010 | 10001000 | 1001110 | 101110 | 0 | 101011 | 101111 | 1111100 | 11110 | 101001 |
Color Harmonies of #4A884E
Complementary color
Monochromatic Colors of #4A884E
Black with #4A884E
Text Example
Text Example
White with #4A884E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A884E; }
p { color: rgb(74,136,78); }
H1.HeaderClassName
{
color: #4A884E;
}
.AnyTagClassName
{
color: #4A884E;
}
</style>
background-color css
<style>
a { background-color: #4A884E; }
a { background-color: rgb(74,136,78); }
div.DivClassName
{
background-color: #4A884E;
}
.BgClassName
{
background-color: #4A884E;
}
</style>
border-color css
<style>
span { border-color: #4A884E; }
span { border-color: rgb(74,136,78); }
td.TdClassName
{
border-color: #4A884E;
}
.TagClassName
{
border-color: #4A884E;
}
</style>