Shades of Fruit Salad #43964D
Tints of Fruit Salad #43964D
RGB
CMYK
RGB Variations
Color information
#43964D (or 0x43964D) is known color: Fruit Salad. HEX triplet: 43, 96 and 4D. RGB value is (67,150,77). Sum of RGB (Red+Green+Blue) = 67+150+77=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #43964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43964D is #BC69B2. Grayscale: #757575. Windows color (decimal): -12347827 or 5084739. OLE color: 5084739.
HSL color Cylindrical-coordinate representation of color #43964D: hue angle of 127.23º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43964D is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 150 | 77 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.41 |
| HSL | 127.23º | 0.38% | 0.43% | - |
| HSV(B) | 127.23º | 0.55% | 0.59% | - |
| XYZ | 14.56 | 23.54 | 10.8 | - |
| YUV | 116.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 150 | 77 | 0.55 | 0 | 0.49 | 0.41 | 127.23 | 0.38 | 0.43 |
| Hex | 43 | 96 | 4D | 37 | 0 | 31 | 29 | 7F | 26 | 2B |
| Octal | 103 | 226 | 115 | 67 | 0 | 61 | 51 | 177 | 46 | 53 |
| Binary | 1000011 | 10010110 | 1001101 | 110111 | 0 | 110001 | 101001 | 1111111 | 100110 | 101011 |
Color Harmonies of #43964D
Complementary color
Monochromatic Colors of #43964D
Black with #43964D
Text Example
Text Example
White with #43964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43964D; }
p { color: rgb(67,150,77); }
H1.HeaderClassName
{
color: #43964D;
}
.AnyTagClassName
{
color: #43964D;
}
</style>
background-color css
<style>
a { background-color: #43964D; }
a { background-color: rgb(67,150,77); }
div.DivClassName
{
background-color: #43964D;
}
.BgClassName
{
background-color: #43964D;
}
</style>
border-color css
<style>
span { border-color: #43964D; }
span { border-color: rgb(67,150,77); }
td.TdClassName
{
border-color: #43964D;
}
.TagClassName
{
border-color: #43964D;
}
</style>