Shades of Killarney #4A804B
Tints of Killarney #4A804B
RGB
CMYK
RGB Variations
Color information
#4A804B (or 0x4A804B) is known color: Killarney. HEX triplet: 4A, 80 and 4B. RGB value is (74,128,75). Sum of RGB (Red+Green+Blue) = 74+128+75=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #4A804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A804B is #B57FB4. Grayscale: #696969. Windows color (decimal): -11894709 or 4948042. OLE color: 4948042.
HSL color Cylindrical-coordinate representation of color #4A804B: hue angle of 121.11º 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 #4A804B is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 74 | 128 | 75 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.50 |
| HSL | 121.11º | 0.27% | 0.4% | - |
| HSV(B) | 121.11º | 0.42% | 0.5% | - |
| XYZ | 11.81 | 17.4 | 9.39 | - |
| YUV | 105.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 75 | 0.42 | 0 | 0.41 | 0.50 | 121.11 | 0.27 | 0.4 |
| Hex | 4A | 80 | 4B | 2A | 0 | 29 | 32 | 79 | 1B | 28 |
| Octal | 112 | 200 | 113 | 52 | 0 | 51 | 62 | 171 | 33 | 50 |
| Binary | 1001010 | 10000000 | 1001011 | 101010 | 0 | 101001 | 110010 | 1111001 | 11011 | 101000 |
Color Harmonies of #4A804B
Complementary color
Monochromatic Colors of #4A804B
Black with #4A804B
Text Example
Text Example
White with #4A804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A804B; }
p { color: rgb(74,128,75); }
H1.HeaderClassName
{
color: #4A804B;
}
.AnyTagClassName
{
color: #4A804B;
}
</style>
background-color css
<style>
a { background-color: #4A804B; }
a { background-color: rgb(74,128,75); }
div.DivClassName
{
background-color: #4A804B;
}
.BgClassName
{
background-color: #4A804B;
}
</style>
border-color css
<style>
span { border-color: #4A804B; }
span { border-color: rgb(74,128,75); }
td.TdClassName
{
border-color: #4A804B;
}
.TagClassName
{
border-color: #4A804B;
}
</style>