Shades of Killarney #4A8A48
Tints of Killarney #4A8A48
RGB
CMYK
RGB Variations
Color information
#4A8A48 (or 0x4A8A48) is known color: Killarney. HEX triplet: 4A, 8A and 48. RGB value is (74,138,72). Sum of RGB (Red+Green+Blue) = 74+138+72=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #4A8A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8A48 is #B575B7. Grayscale: #6F6F6F. Windows color (decimal): -11892152 or 4753994. OLE color: 4753994.
HSL color Cylindrical-coordinate representation of color #4A8A48: hue angle of 118.18º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8A48 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 138 | 72 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.46 |
| HSL | 118.18º | 0.31% | 0.41% | - |
| HSV(B) | 118.18º | 0.48% | 0.54% | - |
| XYZ | 13.08 | 20.1 | 9.32 | - |
| YUV | 111.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 72 | 0.46 | 0 | 0.48 | 0.46 | 118.18 | 0.31 | 0.41 |
| Hex | 4A | 8A | 48 | 2E | 0 | 30 | 2E | 76 | 1F | 29 |
| Octal | 112 | 212 | 110 | 56 | 0 | 60 | 56 | 166 | 37 | 51 |
| Binary | 1001010 | 10001010 | 1001000 | 101110 | 0 | 110000 | 101110 | 1110110 | 11111 | 101001 |
Color Harmonies of #4A8A48
Complementary color
Monochromatic Colors of #4A8A48
Black with #4A8A48
Text Example
Text Example
White with #4A8A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8A48; }
p { color: rgb(74,138,72); }
H1.HeaderClassName
{
color: #4A8A48;
}
.AnyTagClassName
{
color: #4A8A48;
}
</style>
background-color css
<style>
a { background-color: #4A8A48; }
a { background-color: rgb(74,138,72); }
div.DivClassName
{
background-color: #4A8A48;
}
.BgClassName
{
background-color: #4A8A48;
}
</style>
border-color css
<style>
span { border-color: #4A8A48; }
span { border-color: rgb(74,138,72); }
td.TdClassName
{
border-color: #4A8A48;
}
.TagClassName
{
border-color: #4A8A48;
}
</style>