Shades of Fruit Salad #4C9B45
Tints of Fruit Salad #4C9B45
RGB
CMYK
RGB Variations
Color information
#4C9B45 (or 0x4C9B45) is known color: Fruit Salad. HEX triplet: 4C, 9B and 45. RGB value is (76,155,69). Sum of RGB (Red+Green+Blue) = 76+155+69=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9B45 is #B364BA. Grayscale: #797979. Windows color (decimal): -11756731 or 4561740. OLE color: 4561740.
HSL color Cylindrical-coordinate representation of color #4C9B45: hue angle of 115.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C9B45 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 155 | 69 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.39 |
| HSL | 115.12º | 0.38% | 0.44% | - |
| HSV(B) | 115.12º | 0.55% | 0.61% | - |
| XYZ | 15.78 | 25.41 | 9.7 | - |
| YUV | 121.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 155 | 69 | 0.51 | 0 | 0.55 | 0.39 | 115.12 | 0.38 | 0.44 |
| Hex | 4C | 9B | 45 | 33 | 0 | 37 | 27 | 73 | 26 | 2C |
| Octal | 114 | 233 | 105 | 63 | 0 | 67 | 47 | 163 | 46 | 54 |
| Binary | 1001100 | 10011011 | 1000101 | 110011 | 0 | 110111 | 100111 | 1110011 | 100110 | 101100 |
Color Harmonies of #4C9B45
Complementary color
Monochromatic Colors of #4C9B45
Black with #4C9B45
Text Example
Text Example
White with #4C9B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9B45; }
p { color: rgb(76,155,69); }
H1.HeaderClassName
{
color: #4C9B45;
}
.AnyTagClassName
{
color: #4C9B45;
}
</style>
background-color css
<style>
a { background-color: #4C9B45; }
a { background-color: rgb(76,155,69); }
div.DivClassName
{
background-color: #4C9B45;
}
.BgClassName
{
background-color: #4C9B45;
}
</style>
border-color css
<style>
span { border-color: #4C9B45; }
span { border-color: rgb(76,155,69); }
td.TdClassName
{
border-color: #4C9B45;
}
.TagClassName
{
border-color: #4C9B45;
}
</style>