Shades of Killarney #4A8851
Tints of Killarney #4A8851
RGB
CMYK
RGB Variations
Color information
#4A8851 (or 0x4A8851) is known color: Killarney. HEX triplet: 4A, 88 and 51. RGB value is (74,136,81). Sum of RGB (Red+Green+Blue) = 74+136+81=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8851 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8851 is #B577AE. Grayscale: #6F6F6F. Windows color (decimal): -11892655 or 5343306. OLE color: 5343306.
HSL color Cylindrical-coordinate representation of color #4A8851: hue angle of 126.77º 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 #4A8851 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 136 | 81 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.47 |
| HSL | 126.77º | 0.3% | 0.41% | - |
| HSV(B) | 126.77º | 0.46% | 0.53% | - |
| XYZ | 13.11 | 19.66 | 10.89 | - |
| YUV | 111.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 81 | 0.46 | 0 | 0.40 | 0.47 | 126.77 | 0.3 | 0.41 |
| Hex | 4A | 88 | 51 | 2E | 0 | 28 | 2F | 7F | 1E | 29 |
| Octal | 112 | 210 | 121 | 56 | 0 | 50 | 57 | 177 | 36 | 51 |
| Binary | 1001010 | 10001000 | 1010001 | 101110 | 0 | 101000 | 101111 | 1111111 | 11110 | 101001 |
Color Harmonies of #4A8851
Complementary color
Monochromatic Colors of #4A8851
Black with #4A8851
Text Example
Text Example
White with #4A8851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8851; }
p { color: rgb(74,136,81); }
H1.HeaderClassName
{
color: #4A8851;
}
.AnyTagClassName
{
color: #4A8851;
}
</style>
background-color css
<style>
a { background-color: #4A8851; }
a { background-color: rgb(74,136,81); }
div.DivClassName
{
background-color: #4A8851;
}
.BgClassName
{
background-color: #4A8851;
}
</style>
border-color css
<style>
span { border-color: #4A8851; }
span { border-color: rgb(74,136,81); }
td.TdClassName
{
border-color: #4A8851;
}
.TagClassName
{
border-color: #4A8851;
}
</style>