Shades of Killarney #4A894A
Tints of Killarney #4A894A
RGB
CMYK
RGB Variations
Color information
#4A894A (or 0x4A894A) is known color: Killarney. HEX triplet: 4A, 89 and 4A. RGB value is (74,137,74). Sum of RGB (Red+Green+Blue) = 74+137+74=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #4A894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A894A is #B576B5. Grayscale: #6F6F6F. Windows color (decimal): -11892406 or 4884810. OLE color: 4884810.
HSL color Cylindrical-coordinate representation of color #4A894A: hue angle of 120º 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 #4A894A is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 137 | 74 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.46 |
| HSL | 120º | 0.3% | 0.41% | - |
| HSV(B) | 120º | 0.46% | 0.54% | - |
| XYZ | 13.01 | 19.84 | 9.62 | - |
| YUV | 110.98 | 107.13 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 137 | 74 | 0.46 | 0 | 0.46 | 0.46 | 120 | 0.3 | 0.41 |
| Hex | 4A | 89 | 4A | 2E | 0 | 2E | 2E | 78 | 1E | 29 |
| Octal | 112 | 211 | 112 | 56 | 0 | 56 | 56 | 170 | 36 | 51 |
| Binary | 1001010 | 10001001 | 1001010 | 101110 | 0 | 101110 | 101110 | 1111000 | 11110 | 101001 |
Color Harmonies of #4A894A
Complementary color
Monochromatic Colors of #4A894A
Black with #4A894A
Text Example
Text Example
White with #4A894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A894A; }
p { color: rgb(74,137,74); }
H1.HeaderClassName
{
color: #4A894A;
}
.AnyTagClassName
{
color: #4A894A;
}
</style>
background-color css
<style>
a { background-color: #4A894A; }
a { background-color: rgb(74,137,74); }
div.DivClassName
{
background-color: #4A894A;
}
.BgClassName
{
background-color: #4A894A;
}
</style>
border-color css
<style>
span { border-color: #4A894A; }
span { border-color: rgb(74,137,74); }
td.TdClassName
{
border-color: #4A894A;
}
.TagClassName
{
border-color: #4A894A;
}
</style>