Shades of Fruit Salad #4C934B
Tints of Fruit Salad #4C934B
RGB
CMYK
RGB Variations
Color information
#4C934B (or 0x4C934B) is known color: Fruit Salad. HEX triplet: 4C, 93 and 4B. RGB value is (76,147,75). Sum of RGB (Red+Green+Blue) = 76+147+75=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #4C934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C934B is #B36CB4. Grayscale: #757575. Windows color (decimal): -11758773 or 4952908. OLE color: 4952908.
HSL color Cylindrical-coordinate representation of color #4C934B: hue angle of 119.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C934B is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 147 | 75 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.42 |
| HSL | 119.17º | 0.32% | 0.44% | - |
| HSV(B) | 119.17º | 0.49% | 0.58% | - |
| XYZ | 14.68 | 22.91 | 10.31 | - |
| YUV | 117.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 147 | 75 | 0.48 | 0 | 0.49 | 0.42 | 119.17 | 0.32 | 0.44 |
| Hex | 4C | 93 | 4B | 30 | 0 | 31 | 2A | 77 | 20 | 2C |
| Octal | 114 | 223 | 113 | 60 | 0 | 61 | 52 | 167 | 40 | 54 |
| Binary | 1001100 | 10010011 | 1001011 | 110000 | 0 | 110001 | 101010 | 1110111 | 100000 | 101100 |
Color Harmonies of #4C934B
Complementary color
Monochromatic Colors of #4C934B
Black with #4C934B
Text Example
Text Example
White with #4C934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C934B; }
p { color: rgb(76,147,75); }
H1.HeaderClassName
{
color: #4C934B;
}
.AnyTagClassName
{
color: #4C934B;
}
</style>
background-color css
<style>
a { background-color: #4C934B; }
a { background-color: rgb(76,147,75); }
div.DivClassName
{
background-color: #4C934B;
}
.BgClassName
{
background-color: #4C934B;
}
</style>
border-color css
<style>
span { border-color: #4C934B; }
span { border-color: rgb(76,147,75); }
td.TdClassName
{
border-color: #4C934B;
}
.TagClassName
{
border-color: #4C934B;
}
</style>