Shades of Killarney #4B7955
Tints of Killarney #4B7955
RGB
CMYK
RGB Variations
Color information
#4B7955 (or 0x4B7955) is known color: Killarney. HEX triplet: 4B, 79 and 55. RGB value is (75,121,85). Sum of RGB (Red+Green+Blue) = 75+121+85=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #4B7955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7955 is #B486AA. Grayscale: #676767. Windows color (decimal): -11830955 or 5601611. OLE color: 5601611.
HSL color Cylindrical-coordinate representation of color #4B7955: hue angle of 133.04º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B7955 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 121 | 85 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.53 |
| HSL | 133.04º | 0.23% | 0.38% | - |
| HSV(B) | 133.04º | 0.38% | 0.47% | - |
| XYZ | 11.38 | 15.83 | 11.05 | - |
| YUV | 103.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 121 | 85 | 0.38 | 0 | 0.30 | 0.53 | 133.04 | 0.23 | 0.38 |
| Hex | 4B | 79 | 55 | 26 | 0 | 1E | 35 | 85 | 17 | 26 |
| Octal | 113 | 171 | 125 | 46 | 0 | 36 | 65 | 205 | 27 | 46 |
| Binary | 1001011 | 1111001 | 1010101 | 100110 | 0 | 11110 | 110101 | 10000101 | 10111 | 100110 |
Color Harmonies of #4B7955
Complementary color
Monochromatic Colors of #4B7955
Black with #4B7955
Text Example
Text Example
White with #4B7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7955; }
p { color: rgb(75,121,85); }
H1.HeaderClassName
{
color: #4B7955;
}
.AnyTagClassName
{
color: #4B7955;
}
</style>
background-color css
<style>
a { background-color: #4B7955; }
a { background-color: rgb(75,121,85); }
div.DivClassName
{
background-color: #4B7955;
}
.BgClassName
{
background-color: #4B7955;
}
</style>
border-color css
<style>
span { border-color: #4B7955; }
span { border-color: rgb(75,121,85); }
td.TdClassName
{
border-color: #4B7955;
}
.TagClassName
{
border-color: #4B7955;
}
</style>