Shades of Fruit Salad #4B954A
Tints of Fruit Salad #4B954A
RGB
CMYK
RGB Variations
Color information
#4B954A (or 0x4B954A) is known color: Fruit Salad. HEX triplet: 4B, 95 and 4A. RGB value is (75,149,74). Sum of RGB (Red+Green+Blue) = 75+149+74=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #4B954A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B954A is #B46AB5. Grayscale: #767676. Windows color (decimal): -11823798 or 4887883. OLE color: 4887883.
HSL color Cylindrical-coordinate representation of color #4B954A: hue angle of 119.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B954A is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 74 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.42 |
| HSL | 119.2º | 0.34% | 0.44% | - |
| HSV(B) | 119.2º | 0.5% | 0.58% | - |
| XYZ | 14.89 | 23.49 | 10.23 | - |
| YUV | 118.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 74 | 0.50 | 0 | 0.50 | 0.42 | 119.2 | 0.34 | 0.44 |
| Hex | 4B | 95 | 4A | 32 | 0 | 32 | 2A | 77 | 22 | 2C |
| Octal | 113 | 225 | 112 | 62 | 0 | 62 | 52 | 167 | 42 | 54 |
| Binary | 1001011 | 10010101 | 1001010 | 110010 | 0 | 110010 | 101010 | 1110111 | 100010 | 101100 |
Color Harmonies of #4B954A
Complementary color
Monochromatic Colors of #4B954A
Black with #4B954A
Text Example
Text Example
White with #4B954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B954A; }
p { color: rgb(75,149,74); }
H1.HeaderClassName
{
color: #4B954A;
}
.AnyTagClassName
{
color: #4B954A;
}
</style>
background-color css
<style>
a { background-color: #4B954A; }
a { background-color: rgb(75,149,74); }
div.DivClassName
{
background-color: #4B954A;
}
.BgClassName
{
background-color: #4B954A;
}
</style>
border-color css
<style>
span { border-color: #4B954A; }
span { border-color: rgb(75,149,74); }
td.TdClassName
{
border-color: #4B954A;
}
.TagClassName
{
border-color: #4B954A;
}
</style>