Shades of Killarney #4A8454
Tints of Killarney #4A8454
RGB
CMYK
RGB Variations
Color information
#4A8454 (or 0x4A8454) is known color: Killarney. HEX triplet: 4A, 84 and 54. RGB value is (74,132,84). Sum of RGB (Red+Green+Blue) = 74+132+84=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 84 (33.20% from 255 or 28.97% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8454 is #B57BAB. Grayscale: #6D6D6D. Windows color (decimal): -11893676 or 5538890. OLE color: 5538890.
HSL color Cylindrical-coordinate representation of color #4A8454: hue angle of 130.34º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A8454 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 84 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.48 |
| HSL | 130.34º | 0.28% | 0.4% | - |
| HSV(B) | 130.34º | 0.44% | 0.52% | - |
| XYZ | 12.68 | 18.6 | 11.31 | - |
| YUV | 109.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 84 | 0.44 | 0 | 0.36 | 0.48 | 130.34 | 0.28 | 0.4 |
| Hex | 4A | 84 | 54 | 2C | 0 | 24 | 30 | 82 | 1C | 28 |
| Octal | 112 | 204 | 124 | 54 | 0 | 44 | 60 | 202 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1010100 | 101100 | 0 | 100100 | 110000 | 10000010 | 11100 | 101000 |
Color Harmonies of #4A8454
Complementary color
Monochromatic Colors of #4A8454
Black with #4A8454
Text Example
Text Example
White with #4A8454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8454; }
p { color: rgb(74,132,84); }
H1.HeaderClassName
{
color: #4A8454;
}
.AnyTagClassName
{
color: #4A8454;
}
</style>
background-color css
<style>
a { background-color: #4A8454; }
a { background-color: rgb(74,132,84); }
div.DivClassName
{
background-color: #4A8454;
}
.BgClassName
{
background-color: #4A8454;
}
</style>
border-color css
<style>
span { border-color: #4A8454; }
span { border-color: rgb(74,132,84); }
td.TdClassName
{
border-color: #4A8454;
}
.TagClassName
{
border-color: #4A8454;
}
</style>