Shades of Fruit Salad #4C924D
Tints of Fruit Salad #4C924D
RGB
CMYK
RGB Variations
Color information
#4C924D (or 0x4C924D) is known color: Fruit Salad. HEX triplet: 4C, 92 and 4D. RGB value is (76,146,77). Sum of RGB (Red+Green+Blue) = 76+146+77=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #4C924D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C924D is #B36DB2. Grayscale: #757575. Windows color (decimal): -11759027 or 5083724. OLE color: 5083724.
HSL color Cylindrical-coordinate representation of color #4C924D: hue angle of 120.86º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C924D is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 146 | 77 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.43 |
| HSL | 120.86º | 0.32% | 0.44% | - |
| HSV(B) | 120.86º | 0.48% | 0.57% | - |
| XYZ | 14.6 | 22.63 | 10.62 | - |
| YUV | 117.2 | 105.31 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 146 | 77 | 0.48 | 0 | 0.47 | 0.43 | 120.86 | 0.32 | 0.44 |
| Hex | 4C | 92 | 4D | 30 | 0 | 2F | 2B | 79 | 20 | 2C |
| Octal | 114 | 222 | 115 | 60 | 0 | 57 | 53 | 171 | 40 | 54 |
| Binary | 1001100 | 10010010 | 1001101 | 110000 | 0 | 101111 | 101011 | 1111001 | 100000 | 101100 |
Color Harmonies of #4C924D
Complementary color
Monochromatic Colors of #4C924D
Black with #4C924D
Text Example
Text Example
White with #4C924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C924D; }
p { color: rgb(76,146,77); }
H1.HeaderClassName
{
color: #4C924D;
}
.AnyTagClassName
{
color: #4C924D;
}
</style>
background-color css
<style>
a { background-color: #4C924D; }
a { background-color: rgb(76,146,77); }
div.DivClassName
{
background-color: #4C924D;
}
.BgClassName
{
background-color: #4C924D;
}
</style>
border-color css
<style>
span { border-color: #4C924D; }
span { border-color: rgb(76,146,77); }
td.TdClassName
{
border-color: #4C924D;
}
.TagClassName
{
border-color: #4C924D;
}
</style>