Shades of Killarney #4B8C55
Tints of Killarney #4B8C55
RGB
CMYK
RGB Variations
Color information
#4B8C55 (or 0x4B8C55) is known color: Killarney. HEX triplet: 4B, 8C and 55. RGB value is (75,140,85). Sum of RGB (Red+Green+Blue) = 75+140+85=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #4B8C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8C55 is #B473AA. Grayscale: #727272. Windows color (decimal): -11826091 or 5606475. OLE color: 5606475.
HSL color Cylindrical-coordinate representation of color #4B8C55: hue angle of 129.23º 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 #4B8C55 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 140 | 85 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.45 |
| HSL | 129.23º | 0.3% | 0.42% | - |
| HSV(B) | 129.23º | 0.46% | 0.55% | - |
| XYZ | 13.92 | 20.91 | 11.9 | - |
| YUV | 114.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 140 | 85 | 0.46 | 0 | 0.39 | 0.45 | 129.23 | 0.3 | 0.42 |
| Hex | 4B | 8C | 55 | 2E | 0 | 27 | 2D | 81 | 1E | 2A |
| Octal | 113 | 214 | 125 | 56 | 0 | 47 | 55 | 201 | 36 | 52 |
| Binary | 1001011 | 10001100 | 1010101 | 101110 | 0 | 100111 | 101101 | 10000001 | 11110 | 101010 |
Color Harmonies of #4B8C55
Complementary color
Monochromatic Colors of #4B8C55
Black with #4B8C55
Text Example
Text Example
White with #4B8C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8C55; }
p { color: rgb(75,140,85); }
H1.HeaderClassName
{
color: #4B8C55;
}
.AnyTagClassName
{
color: #4B8C55;
}
</style>
background-color css
<style>
a { background-color: #4B8C55; }
a { background-color: rgb(75,140,85); }
div.DivClassName
{
background-color: #4B8C55;
}
.BgClassName
{
background-color: #4B8C55;
}
</style>
border-color css
<style>
span { border-color: #4B8C55; }
span { border-color: rgb(75,140,85); }
td.TdClassName
{
border-color: #4B8C55;
}
.TagClassName
{
border-color: #4B8C55;
}
</style>