Shades of Killarney #4D6D52
Tints of Killarney #4D6D52
RGB
CMYK
RGB Variations
Color information
#4D6D52 (or 0x4D6D52) is known color: Killarney. HEX triplet: 4D, 6D and 52. RGB value is (77,109,82). Sum of RGB (Red+Green+Blue) = 77+109+82=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D52 is #B292AD. Grayscale: #606060. Windows color (decimal): -11702958 or 5401933. OLE color: 5401933.
HSL color Cylindrical-coordinate representation of color #4D6D52: hue angle of 129.38º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6D52 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 82 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.57 |
| HSL | 129.38º | 0.17% | 0.36% | - |
| HSV(B) | 129.38º | 0.29% | 0.43% | - |
| XYZ | 10.05 | 13.12 | 9.99 | - |
| YUV | 96.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 82 | 0.29 | 0 | 0.25 | 0.57 | 129.38 | 0.17 | 0.36 |
| Hex | 4D | 6D | 52 | 1D | 0 | 19 | 39 | 81 | 11 | 24 |
| Octal | 115 | 155 | 122 | 35 | 0 | 31 | 71 | 201 | 21 | 44 |
| Binary | 1001101 | 1101101 | 1010010 | 11101 | 0 | 11001 | 111001 | 10000001 | 10001 | 100100 |
Color Harmonies of #4D6D52
Complementary color
Monochromatic Colors of #4D6D52
Black with #4D6D52
Text Example
Text Example
White with #4D6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D52; }
p { color: rgb(77,109,82); }
H1.HeaderClassName
{
color: #4D6D52;
}
.AnyTagClassName
{
color: #4D6D52;
}
</style>
background-color css
<style>
a { background-color: #4D6D52; }
a { background-color: rgb(77,109,82); }
div.DivClassName
{
background-color: #4D6D52;
}
.BgClassName
{
background-color: #4D6D52;
}
</style>
border-color css
<style>
span { border-color: #4D6D52; }
span { border-color: rgb(77,109,82); }
td.TdClassName
{
border-color: #4D6D52;
}
.TagClassName
{
border-color: #4D6D52;
}
</style>