Shades of Fruit Salad #4B9442
Tints of Fruit Salad #4B9442
RGB
CMYK
RGB Variations
Color information
#4B9442 (or 0x4B9442) is known color: Fruit Salad. HEX triplet: 4B, 94 and 42. RGB value is (75,148,66). Sum of RGB (Red+Green+Blue) = 75+148+66=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #4B9442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9442 is #B46BBD. Grayscale: #757575. Windows color (decimal): -11824062 or 4363339. OLE color: 4363339.
HSL color Cylindrical-coordinate representation of color #4B9442: hue angle of 113.41º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B9442 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 148 | 66 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.42 |
| HSL | 113.41º | 0.38% | 0.42% | - |
| HSV(B) | 113.41º | 0.55% | 0.58% | - |
| XYZ | 14.47 | 23.07 | 8.84 | - |
| YUV | 116.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 148 | 66 | 0.49 | 0 | 0.55 | 0.42 | 113.41 | 0.38 | 0.42 |
| Hex | 4B | 94 | 42 | 31 | 0 | 37 | 2A | 71 | 26 | 2A |
| Octal | 113 | 224 | 102 | 61 | 0 | 67 | 52 | 161 | 46 | 52 |
| Binary | 1001011 | 10010100 | 1000010 | 110001 | 0 | 110111 | 101010 | 1110001 | 100110 | 101010 |
Color Harmonies of #4B9442
Complementary color
Monochromatic Colors of #4B9442
Black with #4B9442
Text Example
Text Example
White with #4B9442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9442; }
p { color: rgb(75,148,66); }
H1.HeaderClassName
{
color: #4B9442;
}
.AnyTagClassName
{
color: #4B9442;
}
</style>
background-color css
<style>
a { background-color: #4B9442; }
a { background-color: rgb(75,148,66); }
div.DivClassName
{
background-color: #4B9442;
}
.BgClassName
{
background-color: #4B9442;
}
</style>
border-color css
<style>
span { border-color: #4B9442; }
span { border-color: rgb(75,148,66); }
td.TdClassName
{
border-color: #4B9442;
}
.TagClassName
{
border-color: #4B9442;
}
</style>