Shades of Fruit Salad #4A9450
Tints of Fruit Salad #4A9450
RGB
CMYK
RGB Variations
Color information
#4A9450 (or 0x4A9450) is known color: Fruit Salad. HEX triplet: 4A, 94 and 50. RGB value is (74,148,80). Sum of RGB (Red+Green+Blue) = 74+148+80=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9450 is #B56BAF. Grayscale: #767676. Windows color (decimal): -11889584 or 5280842. OLE color: 5280842.
HSL color Cylindrical-coordinate representation of color #4A9450: hue angle of 124.86º degrees, saturation: 0.33, 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 #4A9450 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 148 | 80 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.42 |
| HSL | 124.86º | 0.33% | 0.44% | - |
| HSV(B) | 124.86º | 0.5% | 0.58% | - |
| XYZ | 14.86 | 23.21 | 11.29 | - |
| YUV | 118.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 148 | 80 | 0.50 | 0 | 0.46 | 0.42 | 124.86 | 0.33 | 0.44 |
| Hex | 4A | 94 | 50 | 32 | 0 | 2E | 2A | 7D | 21 | 2C |
| Octal | 112 | 224 | 120 | 62 | 0 | 56 | 52 | 175 | 41 | 54 |
| Binary | 1001010 | 10010100 | 1010000 | 110010 | 0 | 101110 | 101010 | 1111101 | 100001 | 101100 |
Color Harmonies of #4A9450
Complementary color
Monochromatic Colors of #4A9450
Black with #4A9450
Text Example
Text Example
White with #4A9450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9450; }
p { color: rgb(74,148,80); }
H1.HeaderClassName
{
color: #4A9450;
}
.AnyTagClassName
{
color: #4A9450;
}
</style>
background-color css
<style>
a { background-color: #4A9450; }
a { background-color: rgb(74,148,80); }
div.DivClassName
{
background-color: #4A9450;
}
.BgClassName
{
background-color: #4A9450;
}
</style>
border-color css
<style>
span { border-color: #4A9450; }
span { border-color: rgb(74,148,80); }
td.TdClassName
{
border-color: #4A9450;
}
.TagClassName
{
border-color: #4A9450;
}
</style>