Shades of Fruit Salad #4CA449
Tints of Fruit Salad #4CA449
RGB
CMYK
RGB Variations
Color information
#4CA449 (or 0x4CA449) is known color: Fruit Salad. HEX triplet: 4C, A4 and 49. RGB value is (76,164,73). Sum of RGB (Red+Green+Blue) = 76+164+73=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA449 is #B35BB6. Grayscale: #7F7F7F. Windows color (decimal): -11754423 or 4826188. OLE color: 4826188.
HSL color Cylindrical-coordinate representation of color #4CA449: hue angle of 118.02º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA449 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 164 | 73 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.36 |
| HSL | 118.02º | 0.38% | 0.46% | - |
| HSV(B) | 118.02º | 0.55% | 0.64% | - |
| XYZ | 17.46 | 28.57 | 10.9 | - |
| YUV | 127.31 | 97.35 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 164 | 73 | 0.54 | 0 | 0.55 | 0.36 | 118.02 | 0.38 | 0.46 |
| Hex | 4C | A4 | 49 | 36 | 0 | 37 | 24 | 76 | 26 | 2E |
| Octal | 114 | 244 | 111 | 66 | 0 | 67 | 44 | 166 | 46 | 56 |
| Binary | 1001100 | 10100100 | 1001001 | 110110 | 0 | 110111 | 100100 | 1110110 | 100110 | 101110 |
Color Harmonies of #4CA449
Complementary color
Monochromatic Colors of #4CA449
Black with #4CA449
Text Example
Text Example
White with #4CA449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA449; }
p { color: rgb(76,164,73); }
H1.HeaderClassName
{
color: #4CA449;
}
.AnyTagClassName
{
color: #4CA449;
}
</style>
background-color css
<style>
a { background-color: #4CA449; }
a { background-color: rgb(76,164,73); }
div.DivClassName
{
background-color: #4CA449;
}
.BgClassName
{
background-color: #4CA449;
}
</style>
border-color css
<style>
span { border-color: #4CA449; }
span { border-color: rgb(76,164,73); }
td.TdClassName
{
border-color: #4CA449;
}
.TagClassName
{
border-color: #4CA449;
}
</style>