Shades of Killarney #4A804F
Tints of Killarney #4A804F
RGB
CMYK
RGB Variations
Color information
#4A804F (or 0x4A804F) is known color: Killarney. HEX triplet: 4A, 80 and 4F. RGB value is (74,128,79). Sum of RGB (Red+Green+Blue) = 74+128+79=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #4A804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A804F is #B57FB0. Grayscale: #6A6A6A. Windows color (decimal): -11894705 or 5210186. OLE color: 5210186.
HSL color Cylindrical-coordinate representation of color #4A804F: hue angle of 125.56º 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 #4A804F is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 79 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.50 |
| HSL | 125.56º | 0.27% | 0.4% | - |
| HSV(B) | 125.56º | 0.42% | 0.5% | - |
| XYZ | 11.95 | 17.46 | 10.14 | - |
| YUV | 106.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 79 | 0.42 | 0 | 0.38 | 0.50 | 125.56 | 0.27 | 0.4 |
| Hex | 4A | 80 | 4F | 2A | 0 | 26 | 32 | 7E | 1B | 28 |
| Octal | 112 | 200 | 117 | 52 | 0 | 46 | 62 | 176 | 33 | 50 |
| Binary | 1001010 | 10000000 | 1001111 | 101010 | 0 | 100110 | 110010 | 1111110 | 11011 | 101000 |
Color Harmonies of #4A804F
Complementary color
Monochromatic Colors of #4A804F
Black with #4A804F
Text Example
Text Example
White with #4A804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A804F; }
p { color: rgb(74,128,79); }
H1.HeaderClassName
{
color: #4A804F;
}
.AnyTagClassName
{
color: #4A804F;
}
</style>
background-color css
<style>
a { background-color: #4A804F; }
a { background-color: rgb(74,128,79); }
div.DivClassName
{
background-color: #4A804F;
}
.BgClassName
{
background-color: #4A804F;
}
</style>
border-color css
<style>
span { border-color: #4A804F; }
span { border-color: rgb(74,128,79); }
td.TdClassName
{
border-color: #4A804F;
}
.TagClassName
{
border-color: #4A804F;
}
</style>