Shades of Killarney #4C804F
Tints of Killarney #4C804F
RGB
CMYK
RGB Variations
Color information
#4C804F (or 0x4C804F) is known color: Killarney. HEX triplet: 4C, 80 and 4F. RGB value is (76,128,79). Sum of RGB (Red+Green+Blue) = 76+128+79=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #4C804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C804F is #B37FB0. Grayscale: #6B6B6B. Windows color (decimal): -11763633 or 5210188. OLE color: 5210188.
HSL color Cylindrical-coordinate representation of color #4C804F: hue angle of 123.46º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C804F is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 128 | 79 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.50 |
| HSL | 123.46º | 0.25% | 0.4% | - |
| HSV(B) | 123.46º | 0.41% | 0.5% | - |
| XYZ | 12.11 | 17.54 | 10.14 | - |
| YUV | 106.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 128 | 79 | 0.41 | 0 | 0.38 | 0.50 | 123.46 | 0.25 | 0.4 |
| Hex | 4C | 80 | 4F | 29 | 0 | 26 | 32 | 7B | 19 | 28 |
| Octal | 114 | 200 | 117 | 51 | 0 | 46 | 62 | 173 | 31 | 50 |
| Binary | 1001100 | 10000000 | 1001111 | 101001 | 0 | 100110 | 110010 | 1111011 | 11001 | 101000 |
Color Harmonies of #4C804F
Complementary color
Monochromatic Colors of #4C804F
Black with #4C804F
Text Example
Text Example
White with #4C804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C804F; }
p { color: rgb(76,128,79); }
H1.HeaderClassName
{
color: #4C804F;
}
.AnyTagClassName
{
color: #4C804F;
}
</style>
background-color css
<style>
a { background-color: #4C804F; }
a { background-color: rgb(76,128,79); }
div.DivClassName
{
background-color: #4C804F;
}
.BgClassName
{
background-color: #4C804F;
}
</style>
border-color css
<style>
span { border-color: #4C804F; }
span { border-color: rgb(76,128,79); }
td.TdClassName
{
border-color: #4C804F;
}
.TagClassName
{
border-color: #4C804F;
}
</style>