Shades of Fruit Salad #4BA444
Tints of Fruit Salad #4BA444
RGB
CMYK
RGB Variations
Color information
#4BA444 (or 0x4BA444) is known color: Fruit Salad. HEX triplet: 4B, A4 and 44. RGB value is (75,164,68). Sum of RGB (Red+Green+Blue) = 75+164+68=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA444 is #B45BBB. Grayscale: #7E7E7E. Windows color (decimal): -11819964 or 4498507. OLE color: 4498507.
HSL color Cylindrical-coordinate representation of color #4BA444: hue angle of 115.62º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BA444 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 164 | 68 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.36 |
| HSL | 115.63º | 0.41% | 0.45% | - |
| HSV(B) | 115.63º | 0.59% | 0.64% | - |
| XYZ | 17.22 | 28.46 | 10.06 | - |
| YUV | 126.45 | 95.01 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 164 | 68 | 0.54 | 0 | 0.59 | 0.36 | 115.63 | 0.41 | 0.45 |
| Hex | 4B | A4 | 44 | 36 | 0 | 3B | 24 | 74 | 29 | 2D |
| Octal | 113 | 244 | 104 | 66 | 0 | 73 | 44 | 164 | 51 | 55 |
| Binary | 1001011 | 10100100 | 1000100 | 110110 | 0 | 111011 | 100100 | 1110100 | 101001 | 101101 |
Color Harmonies of #4BA444
Complementary color
Monochromatic Colors of #4BA444
Black with #4BA444
Text Example
Text Example
White with #4BA444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA444; }
p { color: rgb(75,164,68); }
H1.HeaderClassName
{
color: #4BA444;
}
.AnyTagClassName
{
color: #4BA444;
}
</style>
background-color css
<style>
a { background-color: #4BA444; }
a { background-color: rgb(75,164,68); }
div.DivClassName
{
background-color: #4BA444;
}
.BgClassName
{
background-color: #4BA444;
}
</style>
border-color css
<style>
span { border-color: #4BA444; }
span { border-color: rgb(75,164,68); }
td.TdClassName
{
border-color: #4BA444;
}
.TagClassName
{
border-color: #4BA444;
}
</style>