Shades of Fruit Salad #4B974E
Tints of Fruit Salad #4B974E
RGB
CMYK
RGB Variations
Color information
#4B974E (or 0x4B974E) is known color: Fruit Salad. HEX triplet: 4B, 97 and 4E. RGB value is (75,151,78). Sum of RGB (Red+Green+Blue) = 75+151+78=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #4B974E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B974E is #B468B1. Grayscale: #787878. Windows color (decimal): -11823282 or 5150539. OLE color: 5150539.
HSL color Cylindrical-coordinate representation of color #4B974E: hue angle of 122.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B974E is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 151 | 78 | - |
| CMYK | 0.50 | 0 | 0.48 | 0.41 |
| HSL | 122.37º | 0.34% | 0.44% | - |
| HSV(B) | 122.37º | 0.5% | 0.59% | - |
| XYZ | 15.34 | 24.18 | 11.07 | - |
| YUV | 119.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 151 | 78 | 0.50 | 0 | 0.48 | 0.41 | 122.37 | 0.34 | 0.44 |
| Hex | 4B | 97 | 4E | 32 | 0 | 30 | 29 | 7A | 22 | 2C |
| Octal | 113 | 227 | 116 | 62 | 0 | 60 | 51 | 172 | 42 | 54 |
| Binary | 1001011 | 10010111 | 1001110 | 110010 | 0 | 110000 | 101001 | 1111010 | 100010 | 101100 |
Color Harmonies of #4B974E
Complementary color
Monochromatic Colors of #4B974E
Black with #4B974E
Text Example
Text Example
White with #4B974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B974E; }
p { color: rgb(75,151,78); }
H1.HeaderClassName
{
color: #4B974E;
}
.AnyTagClassName
{
color: #4B974E;
}
</style>
background-color css
<style>
a { background-color: #4B974E; }
a { background-color: rgb(75,151,78); }
div.DivClassName
{
background-color: #4B974E;
}
.BgClassName
{
background-color: #4B974E;
}
</style>
border-color css
<style>
span { border-color: #4B974E; }
span { border-color: rgb(75,151,78); }
td.TdClassName
{
border-color: #4B974E;
}
.TagClassName
{
border-color: #4B974E;
}
</style>