Shades of Killarney #4B7850
Tints of Killarney #4B7850
RGB
CMYK
RGB Variations
Color information
#4B7850 (or 0x4B7850) is known color: Killarney. HEX triplet: 4B, 78 and 50. RGB value is (75,120,80). Sum of RGB (Red+Green+Blue) = 75+120+80=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #4B7850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7850 is #B487AF. Grayscale: #666666. Windows color (decimal): -11831216 or 5273675. OLE color: 5273675.
HSL color Cylindrical-coordinate representation of color #4B7850: hue angle of 126.67º 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 #4B7850 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 120 | 80 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.53 |
| HSL | 126.67º | 0.23% | 0.38% | - |
| HSV(B) | 126.67º | 0.38% | 0.47% | - |
| XYZ | 11.07 | 15.51 | 10 | - |
| YUV | 101.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 80 | 0.37 | 0 | 0.33 | 0.53 | 126.67 | 0.23 | 0.38 |
| Hex | 4B | 78 | 50 | 25 | 0 | 21 | 35 | 7F | 17 | 26 |
| Octal | 113 | 170 | 120 | 45 | 0 | 41 | 65 | 177 | 27 | 46 |
| Binary | 1001011 | 1111000 | 1010000 | 100101 | 0 | 100001 | 110101 | 1111111 | 10111 | 100110 |
Color Harmonies of #4B7850
Complementary color
Monochromatic Colors of #4B7850
Black with #4B7850
Text Example
Text Example
White with #4B7850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7850; }
p { color: rgb(75,120,80); }
H1.HeaderClassName
{
color: #4B7850;
}
.AnyTagClassName
{
color: #4B7850;
}
</style>
background-color css
<style>
a { background-color: #4B7850; }
a { background-color: rgb(75,120,80); }
div.DivClassName
{
background-color: #4B7850;
}
.BgClassName
{
background-color: #4B7850;
}
</style>
border-color css
<style>
span { border-color: #4B7850; }
span { border-color: rgb(75,120,80); }
td.TdClassName
{
border-color: #4B7850;
}
.TagClassName
{
border-color: #4B7850;
}
</style>