Shades of Killarney #4A844C
Tints of Killarney #4A844C
RGB
CMYK
RGB Variations
Color information
#4A844C (or 0x4A844C) is known color: Killarney. HEX triplet: 4A, 84 and 4C. RGB value is (74,132,76). Sum of RGB (Red+Green+Blue) = 74+132+76=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #4A844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A844C is #B57BB3. Grayscale: #6C6C6C. Windows color (decimal): -11893684 or 5014602. OLE color: 5014602.
HSL color Cylindrical-coordinate representation of color #4A844C: hue angle of 122.07º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A844C is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 76 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.48 |
| HSL | 122.07º | 0.28% | 0.4% | - |
| HSV(B) | 122.07º | 0.44% | 0.52% | - |
| XYZ | 12.38 | 18.48 | 9.75 | - |
| YUV | 108.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 76 | 0.44 | 0 | 0.42 | 0.48 | 122.07 | 0.28 | 0.4 |
| Hex | 4A | 84 | 4C | 2C | 0 | 2A | 30 | 7A | 1C | 28 |
| Octal | 112 | 204 | 114 | 54 | 0 | 52 | 60 | 172 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1001100 | 101100 | 0 | 101010 | 110000 | 1111010 | 11100 | 101000 |
Color Harmonies of #4A844C
Complementary color
Monochromatic Colors of #4A844C
Black with #4A844C
Text Example
Text Example
White with #4A844C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A844C; }
p { color: rgb(74,132,76); }
H1.HeaderClassName
{
color: #4A844C;
}
.AnyTagClassName
{
color: #4A844C;
}
</style>
background-color css
<style>
a { background-color: #4A844C; }
a { background-color: rgb(74,132,76); }
div.DivClassName
{
background-color: #4A844C;
}
.BgClassName
{
background-color: #4A844C;
}
</style>
border-color css
<style>
span { border-color: #4A844C; }
span { border-color: rgb(74,132,76); }
td.TdClassName
{
border-color: #4A844C;
}
.TagClassName
{
border-color: #4A844C;
}
</style>