Shades of Killarney #4A8B48
Tints of Killarney #4A8B48
RGB
CMYK
RGB Variations
Color information
#4A8B48 (or 0x4A8B48) is known color: Killarney. HEX triplet: 4A, 8B and 48. RGB value is (74,139,72). Sum of RGB (Red+Green+Blue) = 74+139+72=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B48 is #B574B7. Grayscale: #707070. Windows color (decimal): -11891896 or 4754250. OLE color: 4754250.
HSL color Cylindrical-coordinate representation of color #4A8B48: hue angle of 118.21º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8B48 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 72 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.45 |
| HSL | 118.21º | 0.32% | 0.41% | - |
| HSV(B) | 118.21º | 0.48% | 0.55% | - |
| XYZ | 13.23 | 20.39 | 9.37 | - |
| YUV | 111.93 | 105.47 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 72 | 0.47 | 0 | 0.48 | 0.45 | 118.21 | 0.32 | 0.41 |
| Hex | 4A | 8B | 48 | 2F | 0 | 30 | 2D | 76 | 20 | 29 |
| Octal | 112 | 213 | 110 | 57 | 0 | 60 | 55 | 166 | 40 | 51 |
| Binary | 1001010 | 10001011 | 1001000 | 101111 | 0 | 110000 | 101101 | 1110110 | 100000 | 101001 |
Color Harmonies of #4A8B48
Complementary color
Monochromatic Colors of #4A8B48
Black with #4A8B48
Text Example
Text Example
White with #4A8B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B48; }
p { color: rgb(74,139,72); }
H1.HeaderClassName
{
color: #4A8B48;
}
.AnyTagClassName
{
color: #4A8B48;
}
</style>
background-color css
<style>
a { background-color: #4A8B48; }
a { background-color: rgb(74,139,72); }
div.DivClassName
{
background-color: #4A8B48;
}
.BgClassName
{
background-color: #4A8B48;
}
</style>
border-color css
<style>
span { border-color: #4A8B48; }
span { border-color: rgb(74,139,72); }
td.TdClassName
{
border-color: #4A8B48;
}
.TagClassName
{
border-color: #4A8B48;
}
</style>