Shades of Killarney #4B7A50
Tints of Killarney #4B7A50
RGB
CMYK
RGB Variations
Color information
#4B7A50 (or 0x4B7A50) is known color: Killarney. HEX triplet: 4B, 7A and 50. RGB value is (75,122,80). Sum of RGB (Red+Green+Blue) = 75+122+80=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7A50 is #B485AF. Grayscale: #676767. Windows color (decimal): -11830704 or 5274187. OLE color: 5274187.
HSL color Cylindrical-coordinate representation of color #4B7A50: hue angle of 126.38º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B7A50 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 122 | 80 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.52 |
| HSL | 126.38º | 0.24% | 0.39% | - |
| HSV(B) | 126.38º | 0.39% | 0.48% | - |
| XYZ | 11.31 | 15.99 | 10.08 | - |
| YUV | 103.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 80 | 0.39 | 0 | 0.34 | 0.52 | 126.38 | 0.24 | 0.39 |
| Hex | 4B | 7A | 50 | 27 | 0 | 22 | 34 | 7E | 18 | 27 |
| Octal | 113 | 172 | 120 | 47 | 0 | 42 | 64 | 176 | 30 | 47 |
| Binary | 1001011 | 1111010 | 1010000 | 100111 | 0 | 100010 | 110100 | 1111110 | 11000 | 100111 |
Color Harmonies of #4B7A50
Complementary color
Monochromatic Colors of #4B7A50
Black with #4B7A50
Text Example
Text Example
White with #4B7A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7A50; }
p { color: rgb(75,122,80); }
H1.HeaderClassName
{
color: #4B7A50;
}
.AnyTagClassName
{
color: #4B7A50;
}
</style>
background-color css
<style>
a { background-color: #4B7A50; }
a { background-color: rgb(75,122,80); }
div.DivClassName
{
background-color: #4B7A50;
}
.BgClassName
{
background-color: #4B7A50;
}
</style>
border-color css
<style>
span { border-color: #4B7A50; }
span { border-color: rgb(75,122,80); }
td.TdClassName
{
border-color: #4B7A50;
}
.TagClassName
{
border-color: #4B7A50;
}
</style>