Shades of Killarney #4D824C
Tints of Killarney #4D824C
RGB
CMYK
RGB Variations
Color information
#4D824C (or 0x4D824C) is known color: Killarney. HEX triplet: 4D, 82 and 4C. RGB value is (77,130,76). Sum of RGB (Red+Green+Blue) = 77+130+76=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #4D824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D824C is #B27DB3. Grayscale: #6C6C6C. Windows color (decimal): -11697588 or 5014093. OLE color: 5014093.
HSL color Cylindrical-coordinate representation of color #4D824C: hue angle of 118.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D824C is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 130 | 76 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.49 |
| HSL | 118.89º | 0.26% | 0.4% | - |
| HSV(B) | 118.89º | 0.42% | 0.51% | - |
| XYZ | 12.35 | 18.06 | 9.67 | - |
| YUV | 108 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 76 | 0.41 | 0 | 0.42 | 0.49 | 118.89 | 0.26 | 0.4 |
| Hex | 4D | 82 | 4C | 29 | 0 | 2A | 31 | 77 | 1A | 28 |
| Octal | 115 | 202 | 114 | 51 | 0 | 52 | 61 | 167 | 32 | 50 |
| Binary | 1001101 | 10000010 | 1001100 | 101001 | 0 | 101010 | 110001 | 1110111 | 11010 | 101000 |
Color Harmonies of #4D824C
Complementary color
Monochromatic Colors of #4D824C
Black with #4D824C
Text Example
Text Example
White with #4D824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D824C; }
p { color: rgb(77,130,76); }
H1.HeaderClassName
{
color: #4D824C;
}
.AnyTagClassName
{
color: #4D824C;
}
</style>
background-color css
<style>
a { background-color: #4D824C; }
a { background-color: rgb(77,130,76); }
div.DivClassName
{
background-color: #4D824C;
}
.BgClassName
{
background-color: #4D824C;
}
</style>
border-color css
<style>
span { border-color: #4D824C; }
span { border-color: rgb(77,130,76); }
td.TdClassName
{
border-color: #4D824C;
}
.TagClassName
{
border-color: #4D824C;
}
</style>