Shades of Killarney #4D7252
Tints of Killarney #4D7252
RGB
CMYK
RGB Variations
Color information
#4D7252 (or 0x4D7252) is known color: Killarney. HEX triplet: 4D, 72 and 52. RGB value is (77,114,82). Sum of RGB (Red+Green+Blue) = 77+114+82=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7252 is #B28DAD. Grayscale: #636363. Windows color (decimal): -11701678 or 5403213. OLE color: 5403213.
HSL color Cylindrical-coordinate representation of color #4D7252: hue angle of 128.11º 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 #4D7252 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 82 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.55 |
| HSL | 128.11º | 0.19% | 0.37% | - |
| HSV(B) | 128.11º | 0.32% | 0.45% | - |
| XYZ | 10.6 | 14.22 | 10.17 | - |
| YUV | 99.29 | 118.24 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 82 | 0.32 | 0 | 0.28 | 0.55 | 128.11 | 0.19 | 0.37 |
| Hex | 4D | 72 | 52 | 20 | 0 | 1C | 37 | 80 | 13 | 25 |
| Octal | 115 | 162 | 122 | 40 | 0 | 34 | 67 | 200 | 23 | 45 |
| Binary | 1001101 | 1110010 | 1010010 | 100000 | 0 | 11100 | 110111 | 10000000 | 10011 | 100101 |
Color Harmonies of #4D7252
Complementary color
Monochromatic Colors of #4D7252
Black with #4D7252
Text Example
Text Example
White with #4D7252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7252; }
p { color: rgb(77,114,82); }
H1.HeaderClassName
{
color: #4D7252;
}
.AnyTagClassName
{
color: #4D7252;
}
</style>
background-color css
<style>
a { background-color: #4D7252; }
a { background-color: rgb(77,114,82); }
div.DivClassName
{
background-color: #4D7252;
}
.BgClassName
{
background-color: #4D7252;
}
</style>
border-color css
<style>
span { border-color: #4D7252; }
span { border-color: rgb(77,114,82); }
td.TdClassName
{
border-color: #4D7252;
}
.TagClassName
{
border-color: #4D7252;
}
</style>