Shades of Fruit Salad #4C9C44
Tints of Fruit Salad #4C9C44
RGB
CMYK
RGB Variations
Color information
#4C9C44 (or 0x4C9C44) is known color: Fruit Salad. HEX triplet: 4C, 9C and 44. RGB value is (76,156,68). Sum of RGB (Red+Green+Blue) = 76+156+68=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #4C9C44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9C44 is #B363BB. Grayscale: #7A7A7A. Windows color (decimal): -11756476 or 4496460. OLE color: 4496460.
HSL color Cylindrical-coordinate representation of color #4C9C44: hue angle of 114.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C9C44 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 156 | 68 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.39 |
| HSL | 114.55º | 0.39% | 0.44% | - |
| HSV(B) | 114.55º | 0.56% | 0.61% | - |
| XYZ | 15.91 | 25.73 | 9.6 | - |
| YUV | 122.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 156 | 68 | 0.51 | 0 | 0.56 | 0.39 | 114.55 | 0.39 | 0.44 |
| Hex | 4C | 9C | 44 | 33 | 0 | 38 | 27 | 73 | 27 | 2C |
| Octal | 114 | 234 | 104 | 63 | 0 | 70 | 47 | 163 | 47 | 54 |
| Binary | 1001100 | 10011100 | 1000100 | 110011 | 0 | 111000 | 100111 | 1110011 | 100111 | 101100 |
Color Harmonies of #4C9C44
Complementary color
Monochromatic Colors of #4C9C44
Black with #4C9C44
Text Example
Text Example
White with #4C9C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9C44; }
p { color: rgb(76,156,68); }
H1.HeaderClassName
{
color: #4C9C44;
}
.AnyTagClassName
{
color: #4C9C44;
}
</style>
background-color css
<style>
a { background-color: #4C9C44; }
a { background-color: rgb(76,156,68); }
div.DivClassName
{
background-color: #4C9C44;
}
.BgClassName
{
background-color: #4C9C44;
}
</style>
border-color css
<style>
span { border-color: #4C9C44; }
span { border-color: rgb(76,156,68); }
td.TdClassName
{
border-color: #4C9C44;
}
.TagClassName
{
border-color: #4C9C44;
}
</style>