Shades of Killarney #4A844B
Tints of Killarney #4A844B
RGB
CMYK
RGB Variations
Color information
#4A844B (or 0x4A844B) is known color: Killarney. HEX triplet: 4A, 84 and 4B. RGB value is (74,132,75). Sum of RGB (Red+Green+Blue) = 74+132+75=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 132 - color contains mainly: green. Hex color #4A844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A844B is #B57BB4. Grayscale: #6C6C6C. Windows color (decimal): -11893685 or 4949066. OLE color: 4949066.
HSL color Cylindrical-coordinate representation of color #4A844B: hue angle of 121.03º 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 #4A844B is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 74 | 132 | 75 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.48 |
| HSL | 121.03º | 0.28% | 0.4% | - |
| HSV(B) | 121.03º | 0.44% | 0.52% | - |
| XYZ | 12.35 | 18.47 | 9.57 | - |
| YUV | 108.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 132 | 75 | 0.44 | 0 | 0.43 | 0.48 | 121.03 | 0.28 | 0.4 |
| Hex | 4A | 84 | 4B | 2C | 0 | 2B | 30 | 79 | 1C | 28 |
| Octal | 112 | 204 | 113 | 54 | 0 | 53 | 60 | 171 | 34 | 50 |
| Binary | 1001010 | 10000100 | 1001011 | 101100 | 0 | 101011 | 110000 | 1111001 | 11100 | 101000 |
Color Harmonies of #4A844B
Complementary color
Monochromatic Colors of #4A844B
Black with #4A844B
Text Example
Text Example
White with #4A844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A844B; }
p { color: rgb(74,132,75); }
H1.HeaderClassName
{
color: #4A844B;
}
.AnyTagClassName
{
color: #4A844B;
}
</style>
background-color css
<style>
a { background-color: #4A844B; }
a { background-color: rgb(74,132,75); }
div.DivClassName
{
background-color: #4A844B;
}
.BgClassName
{
background-color: #4A844B;
}
</style>
border-color css
<style>
span { border-color: #4A844B; }
span { border-color: rgb(74,132,75); }
td.TdClassName
{
border-color: #4A844B;
}
.TagClassName
{
border-color: #4A844B;
}
</style>