Shades of Fruit Salad #4BA352
Tints of Fruit Salad #4BA352
RGB
CMYK
RGB Variations
Color information
#4BA352 (or 0x4BA352) is known color: Fruit Salad. HEX triplet: 4B, A3 and 52. RGB value is (75,163,82). Sum of RGB (Red+Green+Blue) = 75+163+82=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA352 is #B45CAD. Grayscale: #7F7F7F. Windows color (decimal): -11820206 or 5415755. OLE color: 5415755.
HSL color Cylindrical-coordinate representation of color #4BA352: hue angle of 124.77º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA352 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 82 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.36 |
| HSL | 124.77º | 0.37% | 0.47% | - |
| HSV(B) | 124.77º | 0.54% | 0.64% | - |
| XYZ | 17.52 | 28.3 | 12.52 | - |
| YUV | 127.45 | 102.35 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 82 | 0.54 | 0 | 0.50 | 0.36 | 124.77 | 0.37 | 0.47 |
| Hex | 4B | A3 | 52 | 36 | 0 | 32 | 24 | 7D | 25 | 2F |
| Octal | 113 | 243 | 122 | 66 | 0 | 62 | 44 | 175 | 45 | 57 |
| Binary | 1001011 | 10100011 | 1010010 | 110110 | 0 | 110010 | 100100 | 1111101 | 100101 | 101111 |
Color Harmonies of #4BA352
Complementary color
Monochromatic Colors of #4BA352
Black with #4BA352
Text Example
Text Example
White with #4BA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA352; }
p { color: rgb(75,163,82); }
H1.HeaderClassName
{
color: #4BA352;
}
.AnyTagClassName
{
color: #4BA352;
}
</style>
background-color css
<style>
a { background-color: #4BA352; }
a { background-color: rgb(75,163,82); }
div.DivClassName
{
background-color: #4BA352;
}
.BgClassName
{
background-color: #4BA352;
}
</style>
border-color css
<style>
span { border-color: #4BA352; }
span { border-color: rgb(75,163,82); }
td.TdClassName
{
border-color: #4BA352;
}
.TagClassName
{
border-color: #4BA352;
}
</style>