Shades of Fruit Salad #4A9555
Tints of Fruit Salad #4A9555
RGB
CMYK
RGB Variations
Color information
#4A9555 (or 0x4A9555) is known color: Fruit Salad. HEX triplet: 4A, 95 and 55. RGB value is (74,149,85). Sum of RGB (Red+Green+Blue) = 74+149+85=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9555 is #B56AAA. Grayscale: #777777. Windows color (decimal): -11889323 or 5608778. OLE color: 5608778.
HSL color Cylindrical-coordinate representation of color #4A9555: hue angle of 128.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9555 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 149 | 85 | - |
| CMYK | 0.50 | 0 | 0.43 | 0.42 |
| HSL | 128.8º | 0.34% | 0.44% | - |
| HSV(B) | 128.8º | 0.5% | 0.58% | - |
| XYZ | 15.21 | 23.61 | 12.35 | - |
| YUV | 119.28 | 108.65 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 85 | 0.50 | 0 | 0.43 | 0.42 | 128.8 | 0.34 | 0.44 |
| Hex | 4A | 95 | 55 | 32 | 0 | 2B | 2A | 81 | 22 | 2C |
| Octal | 112 | 225 | 125 | 62 | 0 | 53 | 52 | 201 | 42 | 54 |
| Binary | 1001010 | 10010101 | 1010101 | 110010 | 0 | 101011 | 101010 | 10000001 | 100010 | 101100 |
Color Harmonies of #4A9555
Complementary color
Monochromatic Colors of #4A9555
Black with #4A9555
Text Example
Text Example
White with #4A9555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9555; }
p { color: rgb(74,149,85); }
H1.HeaderClassName
{
color: #4A9555;
}
.AnyTagClassName
{
color: #4A9555;
}
</style>
background-color css
<style>
a { background-color: #4A9555; }
a { background-color: rgb(74,149,85); }
div.DivClassName
{
background-color: #4A9555;
}
.BgClassName
{
background-color: #4A9555;
}
</style>
border-color css
<style>
span { border-color: #4A9555; }
span { border-color: rgb(74,149,85); }
td.TdClassName
{
border-color: #4A9555;
}
.TagClassName
{
border-color: #4A9555;
}
</style>