Shades of Fruit Salad #4C9B3D
Tints of Fruit Salad #4C9B3D
RGB
CMYK
RGB Variations
Color information
#4C9B3D (or 0x4C9B3D) is known color: Fruit Salad. HEX triplet: 4C, 9B and 3D. RGB value is (76,155,61). Sum of RGB (Red+Green+Blue) = 76+155+61=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #4C9B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9B3D is #B364C2. Grayscale: #787878. Windows color (decimal): -11756739 or 4037452. OLE color: 4037452.
HSL color Cylindrical-coordinate representation of color #4C9B3D: hue angle of 110.43º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C9B3D is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 155 | 61 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.39 |
| HSL | 110.43º | 0.44% | 0.42% | - |
| HSV(B) | 110.43º | 0.61% | 0.61% | - |
| XYZ | 15.54 | 25.32 | 8.48 | - |
| YUV | 120.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 155 | 61 | 0.51 | 0 | 0.61 | 0.39 | 110.43 | 0.44 | 0.42 |
| Hex | 4C | 9B | 3D | 33 | 0 | 3D | 27 | 6E | 2C | 2A |
| Octal | 114 | 233 | 75 | 63 | 0 | 75 | 47 | 156 | 54 | 52 |
| Binary | 1001100 | 10011011 | 111101 | 110011 | 0 | 111101 | 100111 | 1101110 | 101100 | 101010 |
Color Harmonies of #4C9B3D
Complementary color
Monochromatic Colors of #4C9B3D
Black with #4C9B3D
Text Example
Text Example
White with #4C9B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9B3D; }
p { color: rgb(76,155,61); }
H1.HeaderClassName
{
color: #4C9B3D;
}
.AnyTagClassName
{
color: #4C9B3D;
}
</style>
background-color css
<style>
a { background-color: #4C9B3D; }
a { background-color: rgb(76,155,61); }
div.DivClassName
{
background-color: #4C9B3D;
}
.BgClassName
{
background-color: #4C9B3D;
}
</style>
border-color css
<style>
span { border-color: #4C9B3D; }
span { border-color: rgb(76,155,61); }
td.TdClassName
{
border-color: #4C9B3D;
}
.TagClassName
{
border-color: #4C9B3D;
}
</style>