Shades of Killarney #4B7754
Tints of Killarney #4B7754
RGB
CMYK
RGB Variations
Color information
#4B7754 (or 0x4B7754) is known color: Killarney. HEX triplet: 4B, 77 and 54. RGB value is (75,119,84). Sum of RGB (Red+Green+Blue) = 75+119+84=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7754 is #B488AB. Grayscale: #656565. Windows color (decimal): -11831468 or 5535563. OLE color: 5535563.
HSL color Cylindrical-coordinate representation of color #4B7754: hue angle of 132.27º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B7754 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 84 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.53 |
| HSL | 132.27º | 0.23% | 0.38% | - |
| HSV(B) | 132.27º | 0.37% | 0.47% | - |
| XYZ | 11.1 | 15.33 | 10.76 | - |
| YUV | 101.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 84 | 0.37 | 0 | 0.29 | 0.53 | 132.27 | 0.23 | 0.38 |
| Hex | 4B | 77 | 54 | 25 | 0 | 1D | 35 | 84 | 17 | 26 |
| Octal | 113 | 167 | 124 | 45 | 0 | 35 | 65 | 204 | 27 | 46 |
| Binary | 1001011 | 1110111 | 1010100 | 100101 | 0 | 11101 | 110101 | 10000100 | 10111 | 100110 |
Color Harmonies of #4B7754
Complementary color
Monochromatic Colors of #4B7754
Black with #4B7754
Text Example
Text Example
White with #4B7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7754; }
p { color: rgb(75,119,84); }
H1.HeaderClassName
{
color: #4B7754;
}
.AnyTagClassName
{
color: #4B7754;
}
</style>
background-color css
<style>
a { background-color: #4B7754; }
a { background-color: rgb(75,119,84); }
div.DivClassName
{
background-color: #4B7754;
}
.BgClassName
{
background-color: #4B7754;
}
</style>
border-color css
<style>
span { border-color: #4B7754; }
span { border-color: rgb(75,119,84); }
td.TdClassName
{
border-color: #4B7754;
}
.TagClassName
{
border-color: #4B7754;
}
</style>