Shades of Killarney #4A804C
Tints of Killarney #4A804C
RGB
CMYK
RGB Variations
Color information
#4A804C (or 0x4A804C) is known color: Killarney. HEX triplet: 4A, 80 and 4C. RGB value is (74,128,76). Sum of RGB (Red+Green+Blue) = 74+128+76=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #4A804C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A804C is #B57FB3. Grayscale: #6A6A6A. Windows color (decimal): -11894708 or 5013578. OLE color: 5013578.
HSL color Cylindrical-coordinate representation of color #4A804C: hue angle of 122.22º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A804C is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 76 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.50 |
| HSL | 122.22º | 0.27% | 0.4% | - |
| HSV(B) | 122.22º | 0.42% | 0.5% | - |
| XYZ | 11.85 | 17.42 | 9.57 | - |
| YUV | 105.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 76 | 0.42 | 0 | 0.41 | 0.50 | 122.22 | 0.27 | 0.4 |
| Hex | 4A | 80 | 4C | 2A | 0 | 29 | 32 | 7A | 1B | 28 |
| Octal | 112 | 200 | 114 | 52 | 0 | 51 | 62 | 172 | 33 | 50 |
| Binary | 1001010 | 10000000 | 1001100 | 101010 | 0 | 101001 | 110010 | 1111010 | 11011 | 101000 |
Color Harmonies of #4A804C
Complementary color
Monochromatic Colors of #4A804C
Black with #4A804C
Text Example
Text Example
White with #4A804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A804C; }
p { color: rgb(74,128,76); }
H1.HeaderClassName
{
color: #4A804C;
}
.AnyTagClassName
{
color: #4A804C;
}
</style>
background-color css
<style>
a { background-color: #4A804C; }
a { background-color: rgb(74,128,76); }
div.DivClassName
{
background-color: #4A804C;
}
.BgClassName
{
background-color: #4A804C;
}
</style>
border-color css
<style>
span { border-color: #4A804C; }
span { border-color: rgb(74,128,76); }
td.TdClassName
{
border-color: #4A804C;
}
.TagClassName
{
border-color: #4A804C;
}
</style>