Shades of Killarney #4B8B53
Tints of Killarney #4B8B53
RGB
CMYK
RGB Variations
Color information
#4B8B53 (or 0x4B8B53) is known color: Killarney. HEX triplet: 4B, 8B and 53. RGB value is (75,139,83). Sum of RGB (Red+Green+Blue) = 75+139+83=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8B53 is #B474AC. Grayscale: #717171. Windows color (decimal): -11826349 or 5475147. OLE color: 5475147.
HSL color Cylindrical-coordinate representation of color #4B8B53: hue angle of 127.5º 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 #4B8B53 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 139 | 83 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.45 |
| HSL | 127.5º | 0.3% | 0.42% | - |
| HSV(B) | 127.5º | 0.46% | 0.55% | - |
| XYZ | 13.7 | 20.59 | 11.44 | - |
| YUV | 113.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 83 | 0.46 | 0 | 0.40 | 0.45 | 127.5 | 0.3 | 0.42 |
| Hex | 4B | 8B | 53 | 2E | 0 | 28 | 2D | 80 | 1E | 2A |
| Octal | 113 | 213 | 123 | 56 | 0 | 50 | 55 | 200 | 36 | 52 |
| Binary | 1001011 | 10001011 | 1010011 | 101110 | 0 | 101000 | 101101 | 10000000 | 11110 | 101010 |
Color Harmonies of #4B8B53
Complementary color
Monochromatic Colors of #4B8B53
Black with #4B8B53
Text Example
Text Example
White with #4B8B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8B53; }
p { color: rgb(75,139,83); }
H1.HeaderClassName
{
color: #4B8B53;
}
.AnyTagClassName
{
color: #4B8B53;
}
</style>
background-color css
<style>
a { background-color: #4B8B53; }
a { background-color: rgb(75,139,83); }
div.DivClassName
{
background-color: #4B8B53;
}
.BgClassName
{
background-color: #4B8B53;
}
</style>
border-color css
<style>
span { border-color: #4B8B53; }
span { border-color: rgb(75,139,83); }
td.TdClassName
{
border-color: #4B8B53;
}
.TagClassName
{
border-color: #4B8B53;
}
</style>