Shades of Killarney #4B8656
Tints of Killarney #4B8656
RGB
CMYK
RGB Variations
Color information
#4B8656 (or 0x4B8656) is known color: Killarney. HEX triplet: 4B, 86 and 56. RGB value is (75,134,86). Sum of RGB (Red+Green+Blue) = 75+134+86=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #4B8656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8656 is #B479A9. Grayscale: #6F6F6F. Windows color (decimal): -11827626 or 5670475. OLE color: 5670475.
HSL color Cylindrical-coordinate representation of color #4B8656: hue angle of 131.19º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8656 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 134 | 86 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.47 |
| HSL | 131.19º | 0.28% | 0.41% | - |
| HSV(B) | 131.19º | 0.44% | 0.53% | - |
| XYZ | 13.11 | 19.22 | 11.82 | - |
| YUV | 110.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 134 | 86 | 0.44 | 0 | 0.36 | 0.47 | 131.19 | 0.28 | 0.41 |
| Hex | 4B | 86 | 56 | 2C | 0 | 24 | 2F | 83 | 1C | 29 |
| Octal | 113 | 206 | 126 | 54 | 0 | 44 | 57 | 203 | 34 | 51 |
| Binary | 1001011 | 10000110 | 1010110 | 101100 | 0 | 100100 | 101111 | 10000011 | 11100 | 101001 |
Color Harmonies of #4B8656
Complementary color
Monochromatic Colors of #4B8656
Black with #4B8656
Text Example
Text Example
White with #4B8656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8656; }
p { color: rgb(75,134,86); }
H1.HeaderClassName
{
color: #4B8656;
}
.AnyTagClassName
{
color: #4B8656;
}
</style>
background-color css
<style>
a { background-color: #4B8656; }
a { background-color: rgb(75,134,86); }
div.DivClassName
{
background-color: #4B8656;
}
.BgClassName
{
background-color: #4B8656;
}
</style>
border-color css
<style>
span { border-color: #4B8656; }
span { border-color: rgb(75,134,86); }
td.TdClassName
{
border-color: #4B8656;
}
.TagClassName
{
border-color: #4B8656;
}
</style>