Shades of Fruit Salad #4B9E3E
Tints of Fruit Salad #4B9E3E
RGB
CMYK
RGB Variations
Color information
#4B9E3E (or 0x4B9E3E) is known color: Fruit Salad. HEX triplet: 4B, 9E and 3E. RGB value is (75,158,62). Sum of RGB (Red+Green+Blue) = 75+158+62=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #4B9E3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9E3E is #B461C1. Grayscale: #7A7A7A. Windows color (decimal): -11821506 or 4103755. OLE color: 4103755.
HSL color Cylindrical-coordinate representation of color #4B9E3E: hue angle of 111.88º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B9E3E is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 158 | 62 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.38 |
| HSL | 111.88º | 0.44% | 0.43% | - |
| HSV(B) | 111.88º | 0.61% | 0.62% | - |
| XYZ | 16 | 26.3 | 8.79 | - |
| YUV | 122.24 | 94 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 158 | 62 | 0.53 | 0 | 0.61 | 0.38 | 111.88 | 0.44 | 0.43 |
| Hex | 4B | 9E | 3E | 35 | 0 | 3D | 26 | 70 | 2C | 2B |
| Octal | 113 | 236 | 76 | 65 | 0 | 75 | 46 | 160 | 54 | 53 |
| Binary | 1001011 | 10011110 | 111110 | 110101 | 0 | 111101 | 100110 | 1110000 | 101100 | 101011 |
Color Harmonies of #4B9E3E
Complementary color
Monochromatic Colors of #4B9E3E
Black with #4B9E3E
Text Example
Text Example
White with #4B9E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9E3E; }
p { color: rgb(75,158,62); }
H1.HeaderClassName
{
color: #4B9E3E;
}
.AnyTagClassName
{
color: #4B9E3E;
}
</style>
background-color css
<style>
a { background-color: #4B9E3E; }
a { background-color: rgb(75,158,62); }
div.DivClassName
{
background-color: #4B9E3E;
}
.BgClassName
{
background-color: #4B9E3E;
}
</style>
border-color css
<style>
span { border-color: #4B9E3E; }
span { border-color: rgb(75,158,62); }
td.TdClassName
{
border-color: #4B9E3E;
}
.TagClassName
{
border-color: #4B9E3E;
}
</style>