Shades of Killarney #4B8C53
Tints of Killarney #4B8C53
RGB
CMYK
RGB Variations
Color information
#4B8C53 (or 0x4B8C53) is known color: Killarney. HEX triplet: 4B, 8C and 53. RGB value is (75,140,83). Sum of RGB (Red+Green+Blue) = 75+140+83=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #4B8C53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8C53 is #B473AC. Grayscale: #727272. Windows color (decimal): -11826093 or 5475403. OLE color: 5475403.
HSL color Cylindrical-coordinate representation of color #4B8C53: hue angle of 127.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8C53 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 140 | 83 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.45 |
| HSL | 127.38º | 0.3% | 0.42% | - |
| HSV(B) | 127.38º | 0.46% | 0.55% | - |
| XYZ | 13.84 | 20.88 | 11.48 | - |
| YUV | 114.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 140 | 83 | 0.46 | 0 | 0.41 | 0.45 | 127.38 | 0.3 | 0.42 |
| Hex | 4B | 8C | 53 | 2E | 0 | 29 | 2D | 7F | 1E | 2A |
| Octal | 113 | 214 | 123 | 56 | 0 | 51 | 55 | 177 | 36 | 52 |
| Binary | 1001011 | 10001100 | 1010011 | 101110 | 0 | 101001 | 101101 | 1111111 | 11110 | 101010 |
Color Harmonies of #4B8C53
Complementary color
Monochromatic Colors of #4B8C53
Black with #4B8C53
Text Example
Text Example
White with #4B8C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8C53; }
p { color: rgb(75,140,83); }
H1.HeaderClassName
{
color: #4B8C53;
}
.AnyTagClassName
{
color: #4B8C53;
}
</style>
background-color css
<style>
a { background-color: #4B8C53; }
a { background-color: rgb(75,140,83); }
div.DivClassName
{
background-color: #4B8C53;
}
.BgClassName
{
background-color: #4B8C53;
}
</style>
border-color css
<style>
span { border-color: #4B8C53; }
span { border-color: rgb(75,140,83); }
td.TdClassName
{
border-color: #4B8C53;
}
.TagClassName
{
border-color: #4B8C53;
}
</style>