Shades of Killarney #4D8552
Tints of Killarney #4D8552
RGB
CMYK
RGB Variations
Color information
#4D8552 (or 0x4D8552) is known color: Killarney. HEX triplet: 4D, 85 and 52. RGB value is (77,133,82). Sum of RGB (Red+Green+Blue) = 77+133+82=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8552 is #B27AAD. Grayscale: #6E6E6E. Windows color (decimal): -11696814 or 5408077. OLE color: 5408077.
HSL color Cylindrical-coordinate representation of color #4D8552: hue angle of 125.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D8552 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 133 | 82 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.48 |
| HSL | 125.36º | 0.27% | 0.41% | - |
| HSV(B) | 125.36º | 0.42% | 0.52% | - |
| XYZ | 12.97 | 18.96 | 10.96 | - |
| YUV | 110.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 133 | 82 | 0.42 | 0 | 0.38 | 0.48 | 125.36 | 0.27 | 0.41 |
| Hex | 4D | 85 | 52 | 2A | 0 | 26 | 30 | 7D | 1B | 29 |
| Octal | 115 | 205 | 122 | 52 | 0 | 46 | 60 | 175 | 33 | 51 |
| Binary | 1001101 | 10000101 | 1010010 | 101010 | 0 | 100110 | 110000 | 1111101 | 11011 | 101001 |
Color Harmonies of #4D8552
Complementary color
Monochromatic Colors of #4D8552
Black with #4D8552
Text Example
Text Example
White with #4D8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8552; }
p { color: rgb(77,133,82); }
H1.HeaderClassName
{
color: #4D8552;
}
.AnyTagClassName
{
color: #4D8552;
}
</style>
background-color css
<style>
a { background-color: #4D8552; }
a { background-color: rgb(77,133,82); }
div.DivClassName
{
background-color: #4D8552;
}
.BgClassName
{
background-color: #4D8552;
}
</style>
border-color css
<style>
span { border-color: #4D8552; }
span { border-color: rgb(77,133,82); }
td.TdClassName
{
border-color: #4D8552;
}
.TagClassName
{
border-color: #4D8552;
}
</style>