Shades of Fruit Salad #4B9543
Tints of Fruit Salad #4B9543
RGB
CMYK
RGB Variations
Color information
#4B9543 (or 0x4B9543) is known color: Fruit Salad. HEX triplet: 4B, 95 and 43. RGB value is (75,149,67). Sum of RGB (Red+Green+Blue) = 75+149+67=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #4B9543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9543 is #B46ABC. Grayscale: #757575. Windows color (decimal): -11823805 or 4429131. OLE color: 4429131.
HSL color Cylindrical-coordinate representation of color #4B9543: hue angle of 114.15º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B9543 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 149 | 67 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.42 |
| HSL | 114.15º | 0.38% | 0.42% | - |
| HSV(B) | 114.15º | 0.55% | 0.58% | - |
| XYZ | 14.66 | 23.4 | 9.05 | - |
| YUV | 117.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 149 | 67 | 0.50 | 0 | 0.55 | 0.42 | 114.15 | 0.38 | 0.42 |
| Hex | 4B | 95 | 43 | 32 | 0 | 37 | 2A | 72 | 26 | 2A |
| Octal | 113 | 225 | 103 | 62 | 0 | 67 | 52 | 162 | 46 | 52 |
| Binary | 1001011 | 10010101 | 1000011 | 110010 | 0 | 110111 | 101010 | 1110010 | 100110 | 101010 |
Color Harmonies of #4B9543
Complementary color
Monochromatic Colors of #4B9543
Black with #4B9543
Text Example
Text Example
White with #4B9543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B9543; }
p { color: rgb(75,149,67); }
H1.HeaderClassName
{
color: #4B9543;
}
.AnyTagClassName
{
color: #4B9543;
}
</style>
background-color css
<style>
a { background-color: #4B9543; }
a { background-color: rgb(75,149,67); }
div.DivClassName
{
background-color: #4B9543;
}
.BgClassName
{
background-color: #4B9543;
}
</style>
border-color css
<style>
span { border-color: #4B9543; }
span { border-color: rgb(75,149,67); }
td.TdClassName
{
border-color: #4B9543;
}
.TagClassName
{
border-color: #4B9543;
}
</style>