Shades of Fruit Salad #4B9243
Tints of Fruit Salad #4B9243
RGB
CMYK
RGB Variations
Color information
#4B9243 (or 0x4B9243) is known color: Fruit Salad. HEX triplet: 4B, 92 and 43. RGB value is (75,146,67). Sum of RGB (Red+Green+Blue) = 75+146+67=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #4B9243 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9243 is #B46DBC. Grayscale: #747474. Windows color (decimal): -11824573 or 4428363. OLE color: 4428363.
HSL color Cylindrical-coordinate representation of color #4B9243: hue angle of 113.92º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B9243 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 146 | 67 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.43 |
| HSL | 113.92º | 0.37% | 0.42% | - |
| HSV(B) | 113.92º | 0.54% | 0.57% | - |
| XYZ | 14.19 | 22.46 | 8.9 | - |
| YUV | 115.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 146 | 67 | 0.49 | 0 | 0.54 | 0.43 | 113.92 | 0.37 | 0.42 |
| Hex | 4B | 92 | 43 | 31 | 0 | 36 | 2B | 72 | 25 | 2A |
| Octal | 113 | 222 | 103 | 61 | 0 | 66 | 53 | 162 | 45 | 52 |
| Binary | 1001011 | 10010010 | 1000011 | 110001 | 0 | 110110 | 101011 | 1110010 | 100101 | 101010 |
Color Harmonies of #4B9243
Complementary color
Monochromatic Colors of #4B9243
Black with #4B9243
Text Example
Text Example
White with #4B9243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9243; }
p { color: rgb(75,146,67); }
H1.HeaderClassName
{
color: #4B9243;
}
.AnyTagClassName
{
color: #4B9243;
}
</style>
background-color css
<style>
a { background-color: #4B9243; }
a { background-color: rgb(75,146,67); }
div.DivClassName
{
background-color: #4B9243;
}
.BgClassName
{
background-color: #4B9243;
}
</style>
border-color css
<style>
span { border-color: #4B9243; }
span { border-color: rgb(75,146,67); }
td.TdClassName
{
border-color: #4B9243;
}
.TagClassName
{
border-color: #4B9243;
}
</style>