Shades of Killarney #4B8856
Tints of Killarney #4B8856
RGB
CMYK
RGB Variations
Color information
#4B8856 (or 0x4B8856) is known color: Killarney. HEX triplet: 4B, 88 and 56. RGB value is (75,136,86). Sum of RGB (Red+Green+Blue) = 75+136+86=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #4B8856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8856 is #B477A9. Grayscale: #707070. Windows color (decimal): -11827114 or 5670987. OLE color: 5670987.
HSL color Cylindrical-coordinate representation of color #4B8856: hue angle of 130.82º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B8856 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 136 | 86 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.47 |
| HSL | 130.82º | 0.29% | 0.41% | - |
| HSV(B) | 130.82º | 0.45% | 0.53% | - |
| XYZ | 13.39 | 19.78 | 11.92 | - |
| YUV | 112.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 136 | 86 | 0.45 | 0 | 0.37 | 0.47 | 130.82 | 0.29 | 0.41 |
| Hex | 4B | 88 | 56 | 2D | 0 | 25 | 2F | 83 | 1D | 29 |
| Octal | 113 | 210 | 126 | 55 | 0 | 45 | 57 | 203 | 35 | 51 |
| Binary | 1001011 | 10001000 | 1010110 | 101101 | 0 | 100101 | 101111 | 10000011 | 11101 | 101001 |
Color Harmonies of #4B8856
Complementary color
Monochromatic Colors of #4B8856
Black with #4B8856
Text Example
Text Example
White with #4B8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8856; }
p { color: rgb(75,136,86); }
H1.HeaderClassName
{
color: #4B8856;
}
.AnyTagClassName
{
color: #4B8856;
}
</style>
background-color css
<style>
a { background-color: #4B8856; }
a { background-color: rgb(75,136,86); }
div.DivClassName
{
background-color: #4B8856;
}
.BgClassName
{
background-color: #4B8856;
}
</style>
border-color css
<style>
span { border-color: #4B8856; }
span { border-color: rgb(75,136,86); }
td.TdClassName
{
border-color: #4B8856;
}
.TagClassName
{
border-color: #4B8856;
}
</style>