Shades of Killarney #4A8B51
Tints of Killarney #4A8B51
RGB
CMYK
RGB Variations
Color information
#4A8B51 (or 0x4A8B51) is known color: Killarney. HEX triplet: 4A, 8B and 51. RGB value is (74,139,81). Sum of RGB (Red+Green+Blue) = 74+139+81=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B51 is #B574AE. Grayscale: #717171. Windows color (decimal): -11891887 or 5344074. OLE color: 5344074.
HSL color Cylindrical-coordinate representation of color #4A8B51: hue angle of 126.46º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A8B51 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 81 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.45 |
| HSL | 126.46º | 0.31% | 0.42% | - |
| HSV(B) | 126.46º | 0.47% | 0.55% | - |
| XYZ | 13.54 | 20.52 | 11.03 | - |
| YUV | 112.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 81 | 0.47 | 0 | 0.42 | 0.45 | 126.46 | 0.31 | 0.42 |
| Hex | 4A | 8B | 51 | 2F | 0 | 2A | 2D | 7E | 1F | 2A |
| Octal | 112 | 213 | 121 | 57 | 0 | 52 | 55 | 176 | 37 | 52 |
| Binary | 1001010 | 10001011 | 1010001 | 101111 | 0 | 101010 | 101101 | 1111110 | 11111 | 101010 |
Color Harmonies of #4A8B51
Complementary color
Monochromatic Colors of #4A8B51
Black with #4A8B51
Text Example
Text Example
White with #4A8B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B51; }
p { color: rgb(74,139,81); }
H1.HeaderClassName
{
color: #4A8B51;
}
.AnyTagClassName
{
color: #4A8B51;
}
</style>
background-color css
<style>
a { background-color: #4A8B51; }
a { background-color: rgb(74,139,81); }
div.DivClassName
{
background-color: #4A8B51;
}
.BgClassName
{
background-color: #4A8B51;
}
</style>
border-color css
<style>
span { border-color: #4A8B51; }
span { border-color: rgb(74,139,81); }
td.TdClassName
{
border-color: #4A8B51;
}
.TagClassName
{
border-color: #4A8B51;
}
</style>