Shades of Fruit Salad #4B9341
Tints of Fruit Salad #4B9341
RGB
CMYK
RGB Variations
Color information
#4B9341 (or 0x4B9341) is known color: Fruit Salad. HEX triplet: 4B, 93 and 41. RGB value is (75,147,65). Sum of RGB (Red+Green+Blue) = 75+147+65=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9341 is #B46CBE. Grayscale: #747474. Windows color (decimal): -11824319 or 4297547. OLE color: 4297547.
HSL color Cylindrical-coordinate representation of color #4B9341: hue angle of 112.68º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B9341 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 147 | 65 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.42 |
| HSL | 112.68º | 0.39% | 0.42% | - |
| HSV(B) | 112.68º | 0.56% | 0.58% | - |
| XYZ | 14.29 | 22.74 | 8.64 | - |
| YUV | 116.12 | 99.15 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 147 | 65 | 0.49 | 0 | 0.56 | 0.42 | 112.68 | 0.39 | 0.42 |
| Hex | 4B | 93 | 41 | 31 | 0 | 38 | 2A | 71 | 27 | 2A |
| Octal | 113 | 223 | 101 | 61 | 0 | 70 | 52 | 161 | 47 | 52 |
| Binary | 1001011 | 10010011 | 1000001 | 110001 | 0 | 111000 | 101010 | 1110001 | 100111 | 101010 |
Color Harmonies of #4B9341
Complementary color
Monochromatic Colors of #4B9341
Black with #4B9341
Text Example
Text Example
White with #4B9341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9341; }
p { color: rgb(75,147,65); }
H1.HeaderClassName
{
color: #4B9341;
}
.AnyTagClassName
{
color: #4B9341;
}
</style>
background-color css
<style>
a { background-color: #4B9341; }
a { background-color: rgb(75,147,65); }
div.DivClassName
{
background-color: #4B9341;
}
.BgClassName
{
background-color: #4B9341;
}
</style>
border-color css
<style>
span { border-color: #4B9341; }
span { border-color: rgb(75,147,65); }
td.TdClassName
{
border-color: #4B9341;
}
.TagClassName
{
border-color: #4B9341;
}
</style>