Shades of Killarney #4D8356
Tints of Killarney #4D8356
RGB
CMYK
RGB Variations
Color information
#4D8356 (or 0x4D8356) is known color: Killarney. HEX triplet: 4D, 83 and 56. RGB value is (77,131,86). Sum of RGB (Red+Green+Blue) = 77+131+86=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #4D8356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8356 is #B27CA9. Grayscale: #6D6D6D. Windows color (decimal): -11697322 or 5669709. OLE color: 5669709.
HSL color Cylindrical-coordinate representation of color #4D8356: hue angle of 130º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D8356 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 131 | 86 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.49 |
| HSL | 130º | 0.26% | 0.41% | - |
| HSV(B) | 130º | 0.41% | 0.51% | - |
| XYZ | 12.86 | 18.48 | 11.69 | - |
| YUV | 109.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 131 | 86 | 0.41 | 0 | 0.34 | 0.49 | 130 | 0.26 | 0.41 |
| Hex | 4D | 83 | 56 | 29 | 0 | 22 | 31 | 82 | 1A | 29 |
| Octal | 115 | 203 | 126 | 51 | 0 | 42 | 61 | 202 | 32 | 51 |
| Binary | 1001101 | 10000011 | 1010110 | 101001 | 0 | 100010 | 110001 | 10000010 | 11010 | 101001 |
Color Harmonies of #4D8356
Complementary color
Monochromatic Colors of #4D8356
Black with #4D8356
Text Example
Text Example
White with #4D8356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8356; }
p { color: rgb(77,131,86); }
H1.HeaderClassName
{
color: #4D8356;
}
.AnyTagClassName
{
color: #4D8356;
}
</style>
background-color css
<style>
a { background-color: #4D8356; }
a { background-color: rgb(77,131,86); }
div.DivClassName
{
background-color: #4D8356;
}
.BgClassName
{
background-color: #4D8356;
}
</style>
border-color css
<style>
span { border-color: #4D8356; }
span { border-color: rgb(77,131,86); }
td.TdClassName
{
border-color: #4D8356;
}
.TagClassName
{
border-color: #4D8356;
}
</style>