Shades of Killarney #4A864B
Tints of Killarney #4A864B
RGB
CMYK
RGB Variations
Color information
#4A864B (or 0x4A864B) is known color: Killarney. HEX triplet: 4A, 86 and 4B. RGB value is (74,134,75). Sum of RGB (Red+Green+Blue) = 74+134+75=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #4A864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A864B is #B579B4. Grayscale: #6D6D6D. Windows color (decimal): -11893173 or 4949578. OLE color: 4949578.
HSL color Cylindrical-coordinate representation of color #4A864B: hue angle of 121º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A864B is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 74 | 134 | 75 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.47 |
| HSL | 121º | 0.29% | 0.41% | - |
| HSV(B) | 121º | 0.45% | 0.53% | - |
| XYZ | 12.62 | 19.01 | 9.66 | - |
| YUV | 109.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 75 | 0.45 | 0 | 0.44 | 0.47 | 121 | 0.29 | 0.41 |
| Hex | 4A | 86 | 4B | 2D | 0 | 2C | 2F | 79 | 1D | 29 |
| Octal | 112 | 206 | 113 | 55 | 0 | 54 | 57 | 171 | 35 | 51 |
| Binary | 1001010 | 10000110 | 1001011 | 101101 | 0 | 101100 | 101111 | 1111001 | 11101 | 101001 |
Color Harmonies of #4A864B
Complementary color
Monochromatic Colors of #4A864B
Black with #4A864B
Text Example
Text Example
White with #4A864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A864B; }
p { color: rgb(74,134,75); }
H1.HeaderClassName
{
color: #4A864B;
}
.AnyTagClassName
{
color: #4A864B;
}
</style>
background-color css
<style>
a { background-color: #4A864B; }
a { background-color: rgb(74,134,75); }
div.DivClassName
{
background-color: #4A864B;
}
.BgClassName
{
background-color: #4A864B;
}
</style>
border-color css
<style>
span { border-color: #4A864B; }
span { border-color: rgb(74,134,75); }
td.TdClassName
{
border-color: #4A864B;
}
.TagClassName
{
border-color: #4A864B;
}
</style>