Shades of Killarney #4A804A
Tints of Killarney #4A804A
RGB
CMYK
RGB Variations
Color information
#4A804A (or 0x4A804A) is known color: Killarney. HEX triplet: 4A, 80 and 4A. RGB value is (74,128,74). Sum of RGB (Red+Green+Blue) = 74+128+74=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #4A804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A804A is #B57FB5. Grayscale: #696969. Windows color (decimal): -11894710 or 4882506. OLE color: 4882506.
HSL color Cylindrical-coordinate representation of color #4A804A: hue angle of 120º 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 #4A804A is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 74 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.50 |
| HSL | 120º | 0.27% | 0.4% | - |
| HSV(B) | 120º | 0.42% | 0.5% | - |
| XYZ | 11.78 | 17.39 | 9.21 | - |
| YUV | 105.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 74 | 0.42 | 0 | 0.42 | 0.50 | 120 | 0.27 | 0.4 |
| Hex | 4A | 80 | 4A | 2A | 0 | 2A | 32 | 78 | 1B | 28 |
| Octal | 112 | 200 | 112 | 52 | 0 | 52 | 62 | 170 | 33 | 50 |
| Binary | 1001010 | 10000000 | 1001010 | 101010 | 0 | 101010 | 110010 | 1111000 | 11011 | 101000 |
Color Harmonies of #4A804A
Complementary color
Monochromatic Colors of #4A804A
Black with #4A804A
Text Example
Text Example
White with #4A804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A804A; }
p { color: rgb(74,128,74); }
H1.HeaderClassName
{
color: #4A804A;
}
.AnyTagClassName
{
color: #4A804A;
}
</style>
background-color css
<style>
a { background-color: #4A804A; }
a { background-color: rgb(74,128,74); }
div.DivClassName
{
background-color: #4A804A;
}
.BgClassName
{
background-color: #4A804A;
}
</style>
border-color css
<style>
span { border-color: #4A804A; }
span { border-color: rgb(74,128,74); }
td.TdClassName
{
border-color: #4A804A;
}
.TagClassName
{
border-color: #4A804A;
}
</style>