Shades of Killarney #4D7351
Tints of Killarney #4D7351
RGB
CMYK
RGB Variations
Color information
#4D7351 (or 0x4D7351) is known color: Killarney. HEX triplet: 4D, 73 and 51. RGB value is (77,115,81). Sum of RGB (Red+Green+Blue) = 77+115+81=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7351 is #B28CAE. Grayscale: #636363. Windows color (decimal): -11701423 or 5337933. OLE color: 5337933.
HSL color Cylindrical-coordinate representation of color #4D7351: hue angle of 126.32º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D7351 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 81 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.55 |
| HSL | 126.32º | 0.2% | 0.38% | - |
| HSV(B) | 126.32º | 0.33% | 0.45% | - |
| XYZ | 10.68 | 14.43 | 10.01 | - |
| YUV | 99.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 81 | 0.33 | 0 | 0.30 | 0.55 | 126.32 | 0.2 | 0.38 |
| Hex | 4D | 73 | 51 | 21 | 0 | 1E | 37 | 7E | 14 | 26 |
| Octal | 115 | 163 | 121 | 41 | 0 | 36 | 67 | 176 | 24 | 46 |
| Binary | 1001101 | 1110011 | 1010001 | 100001 | 0 | 11110 | 110111 | 1111110 | 10100 | 100110 |
Color Harmonies of #4D7351
Complementary color
Monochromatic Colors of #4D7351
Black with #4D7351
Text Example
Text Example
White with #4D7351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7351; }
p { color: rgb(77,115,81); }
H1.HeaderClassName
{
color: #4D7351;
}
.AnyTagClassName
{
color: #4D7351;
}
</style>
background-color css
<style>
a { background-color: #4D7351; }
a { background-color: rgb(77,115,81); }
div.DivClassName
{
background-color: #4D7351;
}
.BgClassName
{
background-color: #4D7351;
}
</style>
border-color css
<style>
span { border-color: #4D7351; }
span { border-color: rgb(77,115,81); }
td.TdClassName
{
border-color: #4D7351;
}
.TagClassName
{
border-color: #4D7351;
}
</style>