Shades of Killarney #4B8B49
Tints of Killarney #4B8B49
RGB
CMYK
RGB Variations
Color information
#4B8B49 (or 0x4B8B49) is known color: Killarney. HEX triplet: 4B, 8B and 49. RGB value is (75,139,73). Sum of RGB (Red+Green+Blue) = 75+139+73=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #4B8B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8B49 is #B474B6. Grayscale: #707070. Windows color (decimal): -11826359 or 4819787. OLE color: 4819787.
HSL color Cylindrical-coordinate representation of color #4B8B49: hue angle of 118.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8B49 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 139 | 73 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.45 |
| HSL | 118.18º | 0.31% | 0.42% | - |
| HSV(B) | 118.18º | 0.47% | 0.55% | - |
| XYZ | 13.34 | 20.44 | 9.55 | - |
| YUV | 112.34 | 105.8 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 139 | 73 | 0.46 | 0 | 0.47 | 0.45 | 118.18 | 0.31 | 0.42 |
| Hex | 4B | 8B | 49 | 2E | 0 | 2F | 2D | 76 | 1F | 2A |
| Octal | 113 | 213 | 111 | 56 | 0 | 57 | 55 | 166 | 37 | 52 |
| Binary | 1001011 | 10001011 | 1001001 | 101110 | 0 | 101111 | 101101 | 1110110 | 11111 | 101010 |
Color Harmonies of #4B8B49
Complementary color
Monochromatic Colors of #4B8B49
Black with #4B8B49
Text Example
Text Example
White with #4B8B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8B49; }
p { color: rgb(75,139,73); }
H1.HeaderClassName
{
color: #4B8B49;
}
.AnyTagClassName
{
color: #4B8B49;
}
</style>
background-color css
<style>
a { background-color: #4B8B49; }
a { background-color: rgb(75,139,73); }
div.DivClassName
{
background-color: #4B8B49;
}
.BgClassName
{
background-color: #4B8B49;
}
</style>
border-color css
<style>
span { border-color: #4B8B49; }
span { border-color: rgb(75,139,73); }
td.TdClassName
{
border-color: #4B8B49;
}
.TagClassName
{
border-color: #4B8B49;
}
</style>