Shades of Fruit Salad #4BA343
Tints of Fruit Salad #4BA343
RGB
CMYK
RGB Variations
Color information
#4BA343 (or 0x4BA343) is known color: Fruit Salad. HEX triplet: 4B, A3 and 43. RGB value is (75,163,67). Sum of RGB (Red+Green+Blue) = 75+163+67=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA343 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA343 is #B45CBC. Grayscale: #7E7E7E. Windows color (decimal): -11820221 or 4432715. OLE color: 4432715.
HSL color Cylindrical-coordinate representation of color #4BA343: hue angle of 115º degrees, saturation: 0.42, 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 #4BA343 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 67 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.36 |
| HSL | 115º | 0.42% | 0.45% | - |
| HSV(B) | 115º | 0.59% | 0.64% | - |
| XYZ | 17.01 | 28.1 | 9.84 | - |
| YUV | 125.74 | 94.85 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 67 | 0.54 | 0 | 0.59 | 0.36 | 115 | 0.42 | 0.45 |
| Hex | 4B | A3 | 43 | 36 | 0 | 3B | 24 | 73 | 2A | 2D |
| Octal | 113 | 243 | 103 | 66 | 0 | 73 | 44 | 163 | 52 | 55 |
| Binary | 1001011 | 10100011 | 1000011 | 110110 | 0 | 111011 | 100100 | 1110011 | 101010 | 101101 |
Color Harmonies of #4BA343
Complementary color
Monochromatic Colors of #4BA343
Black with #4BA343
Text Example
Text Example
White with #4BA343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA343; }
p { color: rgb(75,163,67); }
H1.HeaderClassName
{
color: #4BA343;
}
.AnyTagClassName
{
color: #4BA343;
}
</style>
background-color css
<style>
a { background-color: #4BA343; }
a { background-color: rgb(75,163,67); }
div.DivClassName
{
background-color: #4BA343;
}
.BgClassName
{
background-color: #4BA343;
}
</style>
border-color css
<style>
span { border-color: #4BA343; }
span { border-color: rgb(75,163,67); }
td.TdClassName
{
border-color: #4BA343;
}
.TagClassName
{
border-color: #4BA343;
}
</style>