Shades of Killarney #4A854A
Tints of Killarney #4A854A
RGB
CMYK
RGB Variations
Color information
#4A854A (or 0x4A854A) is known color: Killarney. HEX triplet: 4A, 85 and 4A. RGB value is (74,133,74). Sum of RGB (Red+Green+Blue) = 74+133+74=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #4A854A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A854A is #B57AB5. Grayscale: #6C6C6C. Windows color (decimal): -11893430 or 4883786. OLE color: 4883786.
HSL color Cylindrical-coordinate representation of color #4A854A: hue angle of 120º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A854A is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 133 | 74 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.48 |
| HSL | 120º | 0.29% | 0.41% | - |
| HSV(B) | 120º | 0.44% | 0.52% | - |
| XYZ | 12.45 | 18.73 | 9.44 | - |
| YUV | 108.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 133 | 74 | 0.44 | 0 | 0.44 | 0.48 | 120 | 0.29 | 0.41 |
| Hex | 4A | 85 | 4A | 2C | 0 | 2C | 30 | 78 | 1D | 29 |
| Octal | 112 | 205 | 112 | 54 | 0 | 54 | 60 | 170 | 35 | 51 |
| Binary | 1001010 | 10000101 | 1001010 | 101100 | 0 | 101100 | 110000 | 1111000 | 11101 | 101001 |
Color Harmonies of #4A854A
Complementary color
Monochromatic Colors of #4A854A
Black with #4A854A
Text Example
Text Example
White with #4A854A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A854A; }
p { color: rgb(74,133,74); }
H1.HeaderClassName
{
color: #4A854A;
}
.AnyTagClassName
{
color: #4A854A;
}
</style>
background-color css
<style>
a { background-color: #4A854A; }
a { background-color: rgb(74,133,74); }
div.DivClassName
{
background-color: #4A854A;
}
.BgClassName
{
background-color: #4A854A;
}
</style>
border-color css
<style>
span { border-color: #4A854A; }
span { border-color: rgb(74,133,74); }
td.TdClassName
{
border-color: #4A854A;
}
.TagClassName
{
border-color: #4A854A;
}
</style>