Shades of Fruit Salad #40A347
Tints of Fruit Salad #40A347
RGB
CMYK
RGB Variations
Color information
#40A347 (or 0x40A347) is known color: Fruit Salad. HEX triplet: 40, A3 and 47. RGB value is (64,163,71). Sum of RGB (Red+Green+Blue) = 64+163+71=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #40A347 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A347 is #BF5CB8. Grayscale: #7B7B7B. Windows color (decimal): -12541113 or 4694848. OLE color: 4694848.
HSL color Cylindrical-coordinate representation of color #40A347: hue angle of 124.24º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A347 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 163 | 71 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.36 |
| HSL | 124.24º | 0.44% | 0.45% | - |
| HSV(B) | 124.24º | 0.61% | 0.64% | - |
| XYZ | 16.35 | 27.74 | 10.45 | - |
| YUV | 122.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 163 | 71 | 0.61 | 0 | 0.56 | 0.36 | 124.24 | 0.44 | 0.45 |
| Hex | 40 | A3 | 47 | 3D | 0 | 38 | 24 | 7C | 2C | 2D |
| Octal | 100 | 243 | 107 | 75 | 0 | 70 | 44 | 174 | 54 | 55 |
| Binary | 1000000 | 10100011 | 1000111 | 111101 | 0 | 111000 | 100100 | 1111100 | 101100 | 101101 |
Color Harmonies of #40A347
Complementary color
Monochromatic Colors of #40A347
Black with #40A347
Text Example
Text Example
White with #40A347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A347; }
p { color: rgb(64,163,71); }
H1.HeaderClassName
{
color: #40A347;
}
.AnyTagClassName
{
color: #40A347;
}
</style>
background-color css
<style>
a { background-color: #40A347; }
a { background-color: rgb(64,163,71); }
div.DivClassName
{
background-color: #40A347;
}
.BgClassName
{
background-color: #40A347;
}
</style>
border-color css
<style>
span { border-color: #40A347; }
span { border-color: rgb(64,163,71); }
td.TdClassName
{
border-color: #40A347;
}
.TagClassName
{
border-color: #40A347;
}
</style>