Shades of Killarney #4D7253
Tints of Killarney #4D7253
RGB
CMYK
RGB Variations
Color information
#4D7253 (or 0x4D7253) is known color: Killarney. HEX triplet: 4D, 72 and 53. RGB value is (77,114,83). Sum of RGB (Red+Green+Blue) = 77+114+83=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7253 is #B28DAC. Grayscale: #636363. Windows color (decimal): -11701677 or 5468749. OLE color: 5468749.
HSL color Cylindrical-coordinate representation of color #4D7253: hue angle of 129.73º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7253 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 83 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.55 |
| HSL | 129.73º | 0.19% | 0.37% | - |
| HSV(B) | 129.73º | 0.32% | 0.45% | - |
| XYZ | 10.64 | 14.24 | 10.37 | - |
| YUV | 99.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 83 | 0.32 | 0 | 0.27 | 0.55 | 129.73 | 0.19 | 0.37 |
| Hex | 4D | 72 | 53 | 20 | 0 | 1B | 37 | 82 | 13 | 25 |
| Octal | 115 | 162 | 123 | 40 | 0 | 33 | 67 | 202 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1010011 | 100000 | 0 | 11011 | 110111 | 10000010 | 10011 | 100101 |
Color Harmonies of #4D7253
Complementary color
Monochromatic Colors of #4D7253
Black with #4D7253
Text Example
Text Example
White with #4D7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7253; }
p { color: rgb(77,114,83); }
H1.HeaderClassName
{
color: #4D7253;
}
.AnyTagClassName
{
color: #4D7253;
}
</style>
background-color css
<style>
a { background-color: #4D7253; }
a { background-color: rgb(77,114,83); }
div.DivClassName
{
background-color: #4D7253;
}
.BgClassName
{
background-color: #4D7253;
}
</style>
border-color css
<style>
span { border-color: #4D7253; }
span { border-color: rgb(77,114,83); }
td.TdClassName
{
border-color: #4D7253;
}
.TagClassName
{
border-color: #4D7253;
}
</style>