Shades of Killarney #4D8053
Tints of Killarney #4D8053
RGB
CMYK
RGB Variations
Color information
#4D8053 (or 0x4D8053) is known color: Killarney. HEX triplet: 4D, 80 and 53. RGB value is (77,128,83). Sum of RGB (Red+Green+Blue) = 77+128+83=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8053 is #B27FAC. Grayscale: #6B6B6B. Windows color (decimal): -11698093 or 5472333. OLE color: 5472333.
HSL color Cylindrical-coordinate representation of color #4D8053: hue angle of 127.06º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D8053 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 83 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.50 |
| HSL | 127.06º | 0.25% | 0.4% | - |
| HSV(B) | 127.06º | 0.4% | 0.5% | - |
| XYZ | 12.34 | 17.64 | 10.94 | - |
| YUV | 107.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 83 | 0.40 | 0 | 0.35 | 0.50 | 127.06 | 0.25 | 0.4 |
| Hex | 4D | 80 | 53 | 28 | 0 | 23 | 32 | 7F | 19 | 28 |
| Octal | 115 | 200 | 123 | 50 | 0 | 43 | 62 | 177 | 31 | 50 |
| Binary | 1001101 | 10000000 | 1010011 | 101000 | 0 | 100011 | 110010 | 1111111 | 11001 | 101000 |
Color Harmonies of #4D8053
Complementary color
Monochromatic Colors of #4D8053
Black with #4D8053
Text Example
Text Example
White with #4D8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8053; }
p { color: rgb(77,128,83); }
H1.HeaderClassName
{
color: #4D8053;
}
.AnyTagClassName
{
color: #4D8053;
}
</style>
background-color css
<style>
a { background-color: #4D8053; }
a { background-color: rgb(77,128,83); }
div.DivClassName
{
background-color: #4D8053;
}
.BgClassName
{
background-color: #4D8053;
}
</style>
border-color css
<style>
span { border-color: #4D8053; }
span { border-color: rgb(77,128,83); }
td.TdClassName
{
border-color: #4D8053;
}
.TagClassName
{
border-color: #4D8053;
}
</style>