Shades of Fruit Salad #4B924C
Tints of Fruit Salad #4B924C
RGB
CMYK
RGB Variations
Color information
#4B924C (or 0x4B924C) is known color: Fruit Salad. HEX triplet: 4B, 92 and 4C. RGB value is (75,146,76). Sum of RGB (Red+Green+Blue) = 75+146+76=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #4B924C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B924C is #B46DB3. Grayscale: #757575. Windows color (decimal): -11824564 or 5018187. OLE color: 5018187.
HSL color Cylindrical-coordinate representation of color #4B924C: hue angle of 120.85º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B924C is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 146 | 76 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.43 |
| HSL | 120.85º | 0.32% | 0.43% | - |
| HSV(B) | 120.85º | 0.49% | 0.57% | - |
| XYZ | 14.49 | 22.58 | 10.43 | - |
| YUV | 116.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 146 | 76 | 0.49 | 0 | 0.48 | 0.43 | 120.85 | 0.32 | 0.43 |
| Hex | 4B | 92 | 4C | 31 | 0 | 30 | 2B | 79 | 20 | 2B |
| Octal | 113 | 222 | 114 | 61 | 0 | 60 | 53 | 171 | 40 | 53 |
| Binary | 1001011 | 10010010 | 1001100 | 110001 | 0 | 110000 | 101011 | 1111001 | 100000 | 101011 |
Color Harmonies of #4B924C
Complementary color
Monochromatic Colors of #4B924C
Black with #4B924C
Text Example
Text Example
White with #4B924C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B924C; }
p { color: rgb(75,146,76); }
H1.HeaderClassName
{
color: #4B924C;
}
.AnyTagClassName
{
color: #4B924C;
}
</style>
background-color css
<style>
a { background-color: #4B924C; }
a { background-color: rgb(75,146,76); }
div.DivClassName
{
background-color: #4B924C;
}
.BgClassName
{
background-color: #4B924C;
}
</style>
border-color css
<style>
span { border-color: #4B924C; }
span { border-color: rgb(75,146,76); }
td.TdClassName
{
border-color: #4B924C;
}
.TagClassName
{
border-color: #4B924C;
}
</style>