Shades of Killarney #4A7750
Tints of Killarney #4A7750
RGB
CMYK
RGB Variations
Color information
#4A7750 (or 0x4A7750) is known color: Killarney. HEX triplet: 4A, 77 and 50. RGB value is (74,119,80). Sum of RGB (Red+Green+Blue) = 74+119+80=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #4A7750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7750 is #B588AF. Grayscale: #656565. Windows color (decimal): -11897008 or 5273418. OLE color: 5273418.
HSL color Cylindrical-coordinate representation of color #4A7750: hue angle of 128º 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 #4A7750 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 119 | 80 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.53 |
| HSL | 128º | 0.23% | 0.38% | - |
| HSV(B) | 128º | 0.38% | 0.47% | - |
| XYZ | 10.87 | 15.23 | 9.96 | - |
| YUV | 101.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 80 | 0.38 | 0 | 0.33 | 0.53 | 128 | 0.23 | 0.38 |
| Hex | 4A | 77 | 50 | 26 | 0 | 21 | 35 | 80 | 17 | 26 |
| Octal | 112 | 167 | 120 | 46 | 0 | 41 | 65 | 200 | 27 | 46 |
| Binary | 1001010 | 1110111 | 1010000 | 100110 | 0 | 100001 | 110101 | 10000000 | 10111 | 100110 |
Color Harmonies of #4A7750
Complementary color
Monochromatic Colors of #4A7750
Black with #4A7750
Text Example
Text Example
White with #4A7750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7750; }
p { color: rgb(74,119,80); }
H1.HeaderClassName
{
color: #4A7750;
}
.AnyTagClassName
{
color: #4A7750;
}
</style>
background-color css
<style>
a { background-color: #4A7750; }
a { background-color: rgb(74,119,80); }
div.DivClassName
{
background-color: #4A7750;
}
.BgClassName
{
background-color: #4A7750;
}
</style>
border-color css
<style>
span { border-color: #4A7750; }
span { border-color: rgb(74,119,80); }
td.TdClassName
{
border-color: #4A7750;
}
.TagClassName
{
border-color: #4A7750;
}
</style>