Shades of Killarney #4A8B54
Tints of Killarney #4A8B54
RGB
CMYK
RGB Variations
Color information
#4A8B54 (or 0x4A8B54) is known color: Killarney. HEX triplet: 4A, 8B and 54. RGB value is (74,139,84). Sum of RGB (Red+Green+Blue) = 74+139+84=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8B54 is #B574AB. Grayscale: #717171. Windows color (decimal): -11891884 or 5540682. OLE color: 5540682.
HSL color Cylindrical-coordinate representation of color #4A8B54: hue angle of 129.23º 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 #4A8B54 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 84 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.45 |
| HSL | 129.23º | 0.31% | 0.42% | - |
| HSV(B) | 129.23º | 0.47% | 0.55% | - |
| XYZ | 13.66 | 20.56 | 11.64 | - |
| YUV | 113.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 84 | 0.47 | 0 | 0.40 | 0.45 | 129.23 | 0.31 | 0.42 |
| Hex | 4A | 8B | 54 | 2F | 0 | 28 | 2D | 81 | 1F | 2A |
| Octal | 112 | 213 | 124 | 57 | 0 | 50 | 55 | 201 | 37 | 52 |
| Binary | 1001010 | 10001011 | 1010100 | 101111 | 0 | 101000 | 101101 | 10000001 | 11111 | 101010 |
Color Harmonies of #4A8B54
Complementary color
Monochromatic Colors of #4A8B54
Black with #4A8B54
Text Example
Text Example
White with #4A8B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B54; }
p { color: rgb(74,139,84); }
H1.HeaderClassName
{
color: #4A8B54;
}
.AnyTagClassName
{
color: #4A8B54;
}
</style>
background-color css
<style>
a { background-color: #4A8B54; }
a { background-color: rgb(74,139,84); }
div.DivClassName
{
background-color: #4A8B54;
}
.BgClassName
{
background-color: #4A8B54;
}
</style>
border-color css
<style>
span { border-color: #4A8B54; }
span { border-color: rgb(74,139,84); }
td.TdClassName
{
border-color: #4A8B54;
}
.TagClassName
{
border-color: #4A8B54;
}
</style>