Shades of Killarney #4A8749
Tints of Killarney #4A8749
RGB
CMYK
RGB Variations
Color information
#4A8749 (or 0x4A8749) is known color: Killarney. HEX triplet: 4A, 87 and 49. RGB value is (74,135,73). Sum of RGB (Red+Green+Blue) = 74+135+73=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #4A8749 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8749 is #B578B6. Grayscale: #6D6D6D. Windows color (decimal): -11892919 or 4818762. OLE color: 4818762.
HSL color Cylindrical-coordinate representation of color #4A8749: hue angle of 119.03º 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 #4A8749 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 135 | 73 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.47 |
| HSL | 119.03º | 0.3% | 0.41% | - |
| HSV(B) | 119.03º | 0.46% | 0.53% | - |
| XYZ | 12.69 | 19.26 | 9.35 | - |
| YUV | 109.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 135 | 73 | 0.45 | 0 | 0.46 | 0.47 | 119.03 | 0.3 | 0.41 |
| Hex | 4A | 87 | 49 | 2D | 0 | 2E | 2F | 77 | 1E | 29 |
| Octal | 112 | 207 | 111 | 55 | 0 | 56 | 57 | 167 | 36 | 51 |
| Binary | 1001010 | 10000111 | 1001001 | 101101 | 0 | 101110 | 101111 | 1110111 | 11110 | 101001 |
Color Harmonies of #4A8749
Complementary color
Monochromatic Colors of #4A8749
Black with #4A8749
Text Example
Text Example
White with #4A8749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8749; }
p { color: rgb(74,135,73); }
H1.HeaderClassName
{
color: #4A8749;
}
.AnyTagClassName
{
color: #4A8749;
}
</style>
background-color css
<style>
a { background-color: #4A8749; }
a { background-color: rgb(74,135,73); }
div.DivClassName
{
background-color: #4A8749;
}
.BgClassName
{
background-color: #4A8749;
}
</style>
border-color css
<style>
span { border-color: #4A8749; }
span { border-color: rgb(74,135,73); }
td.TdClassName
{
border-color: #4A8749;
}
.TagClassName
{
border-color: #4A8749;
}
</style>