Shades of Killarney #4A884F
Tints of Killarney #4A884F
RGB
CMYK
RGB Variations
Color information
#4A884F (or 0x4A884F) is known color: Killarney. HEX triplet: 4A, 88 and 4F. RGB value is (74,136,79). Sum of RGB (Red+Green+Blue) = 74+136+79=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #4A884F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A884F is #B577B0. Grayscale: #6F6F6F. Windows color (decimal): -11892657 or 5212234. OLE color: 5212234.
HSL color Cylindrical-coordinate representation of color #4A884F: hue angle of 124.84º 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 #4A884F is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 79 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.47 |
| HSL | 124.84º | 0.3% | 0.41% | - |
| HSV(B) | 124.84º | 0.46% | 0.53% | - |
| XYZ | 13.04 | 19.63 | 10.5 | - |
| YUV | 110.96 | 109.96 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 79 | 0.46 | 0 | 0.42 | 0.47 | 124.84 | 0.3 | 0.41 |
| Hex | 4A | 88 | 4F | 2E | 0 | 2A | 2F | 7D | 1E | 29 |
| Octal | 112 | 210 | 117 | 56 | 0 | 52 | 57 | 175 | 36 | 51 |
| Binary | 1001010 | 10001000 | 1001111 | 101110 | 0 | 101010 | 101111 | 1111101 | 11110 | 101001 |
Color Harmonies of #4A884F
Complementary color
Monochromatic Colors of #4A884F
Black with #4A884F
Text Example
Text Example
White with #4A884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A884F; }
p { color: rgb(74,136,79); }
H1.HeaderClassName
{
color: #4A884F;
}
.AnyTagClassName
{
color: #4A884F;
}
</style>
background-color css
<style>
a { background-color: #4A884F; }
a { background-color: rgb(74,136,79); }
div.DivClassName
{
background-color: #4A884F;
}
.BgClassName
{
background-color: #4A884F;
}
</style>
border-color css
<style>
span { border-color: #4A884F; }
span { border-color: rgb(74,136,79); }
td.TdClassName
{
border-color: #4A884F;
}
.TagClassName
{
border-color: #4A884F;
}
</style>