Shades of Fruit Salad #43914D
Tints of Fruit Salad #43914D
RGB
CMYK
RGB Variations
Color information
#43914D (or 0x43914D) is known color: Fruit Salad. HEX triplet: 43, 91 and 4D. RGB value is (67,145,77). Sum of RGB (Red+Green+Blue) = 67+145+77=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #43914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43914D is #BC6EB2. Grayscale: #727272. Windows color (decimal): -12349107 or 5083459. OLE color: 5083459.
HSL color Cylindrical-coordinate representation of color #43914D: hue angle of 127.69º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43914D is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 145 | 77 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.43 |
| HSL | 127.69º | 0.37% | 0.42% | - |
| HSV(B) | 127.69º | 0.54% | 0.57% | - |
| XYZ | 13.78 | 21.98 | 10.54 | - |
| YUV | 113.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 77 | 0.54 | 0 | 0.47 | 0.43 | 127.69 | 0.37 | 0.42 |
| Hex | 43 | 91 | 4D | 36 | 0 | 2F | 2B | 80 | 25 | 2A |
| Octal | 103 | 221 | 115 | 66 | 0 | 57 | 53 | 200 | 45 | 52 |
| Binary | 1000011 | 10010001 | 1001101 | 110110 | 0 | 101111 | 101011 | 10000000 | 100101 | 101010 |
Color Harmonies of #43914D
Complementary color
Monochromatic Colors of #43914D
Black with #43914D
Text Example
Text Example
White with #43914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43914D; }
p { color: rgb(67,145,77); }
H1.HeaderClassName
{
color: #43914D;
}
.AnyTagClassName
{
color: #43914D;
}
</style>
background-color css
<style>
a { background-color: #43914D; }
a { background-color: rgb(67,145,77); }
div.DivClassName
{
background-color: #43914D;
}
.BgClassName
{
background-color: #43914D;
}
</style>
border-color css
<style>
span { border-color: #43914D; }
span { border-color: rgb(67,145,77); }
td.TdClassName
{
border-color: #43914D;
}
.TagClassName
{
border-color: #43914D;
}
</style>