Shades of Killarney #4B7D56
Tints of Killarney #4B7D56
RGB
CMYK
RGB Variations
Color information
#4B7D56 (or 0x4B7D56) is known color: Killarney. HEX triplet: 4B, 7D and 56. RGB value is (75,125,86). Sum of RGB (Red+Green+Blue) = 75+125+86=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7D56 is #B482A9. Grayscale: #696969. Windows color (decimal): -11829930 or 5668171. OLE color: 5668171.
HSL color Cylindrical-coordinate representation of color #4B7D56: hue angle of 133.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B7D56 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 125 | 86 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.51 |
| HSL | 133.2º | 0.25% | 0.39% | - |
| HSV(B) | 133.2º | 0.4% | 0.49% | - |
| XYZ | 11.91 | 16.83 | 11.43 | - |
| YUV | 105.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 125 | 86 | 0.40 | 0 | 0.31 | 0.51 | 133.2 | 0.25 | 0.39 |
| Hex | 4B | 7D | 56 | 28 | 0 | 1F | 33 | 85 | 19 | 27 |
| Octal | 113 | 175 | 126 | 50 | 0 | 37 | 63 | 205 | 31 | 47 |
| Binary | 1001011 | 1111101 | 1010110 | 101000 | 0 | 11111 | 110011 | 10000101 | 11001 | 100111 |
Color Harmonies of #4B7D56
Complementary color
Monochromatic Colors of #4B7D56
Black with #4B7D56
Text Example
Text Example
White with #4B7D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7D56; }
p { color: rgb(75,125,86); }
H1.HeaderClassName
{
color: #4B7D56;
}
.AnyTagClassName
{
color: #4B7D56;
}
</style>
background-color css
<style>
a { background-color: #4B7D56; }
a { background-color: rgb(75,125,86); }
div.DivClassName
{
background-color: #4B7D56;
}
.BgClassName
{
background-color: #4B7D56;
}
</style>
border-color css
<style>
span { border-color: #4B7D56; }
span { border-color: rgb(75,125,86); }
td.TdClassName
{
border-color: #4B7D56;
}
.TagClassName
{
border-color: #4B7D56;
}
</style>