Shades of Killarney #4C7253
Tints of Killarney #4C7253
RGB
CMYK
RGB Variations
Color information
#4C7253 (or 0x4C7253) is known color: Killarney. HEX triplet: 4C, 72 and 53. RGB value is (76,114,83). Sum of RGB (Red+Green+Blue) = 76+114+83=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7253 is #B38DAC. Grayscale: #636363. Windows color (decimal): -11767213 or 5468748. OLE color: 5468748.
HSL color Cylindrical-coordinate representation of color #4C7253: hue angle of 131.05º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C7253 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 114 | 83 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.55 |
| HSL | 131.05º | 0.2% | 0.37% | - |
| HSV(B) | 131.05º | 0.33% | 0.45% | - |
| XYZ | 10.56 | 14.2 | 10.37 | - |
| YUV | 99.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 114 | 83 | 0.33 | 0 | 0.27 | 0.55 | 131.05 | 0.2 | 0.37 |
| Hex | 4C | 72 | 53 | 21 | 0 | 1B | 37 | 83 | 14 | 25 |
| Octal | 114 | 162 | 123 | 41 | 0 | 33 | 67 | 203 | 24 | 45 |
| Binary | 1001100 | 1110010 | 1010011 | 100001 | 0 | 11011 | 110111 | 10000011 | 10100 | 100101 |
Color Harmonies of #4C7253
Complementary color
Monochromatic Colors of #4C7253
Black with #4C7253
Text Example
Text Example
White with #4C7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7253; }
p { color: rgb(76,114,83); }
H1.HeaderClassName
{
color: #4C7253;
}
.AnyTagClassName
{
color: #4C7253;
}
</style>
background-color css
<style>
a { background-color: #4C7253; }
a { background-color: rgb(76,114,83); }
div.DivClassName
{
background-color: #4C7253;
}
.BgClassName
{
background-color: #4C7253;
}
</style>
border-color css
<style>
span { border-color: #4C7253; }
span { border-color: rgb(76,114,83); }
td.TdClassName
{
border-color: #4C7253;
}
.TagClassName
{
border-color: #4C7253;
}
</style>