Shades of Fruit Salad #40A741
Tints of Fruit Salad #40A741
RGB
CMYK
RGB Variations
Color information
#40A741 (or 0x40A741) is known color: Fruit Salad. HEX triplet: 40, A7 and 41. RGB value is (64,167,65). Sum of RGB (Red+Green+Blue) = 64+167+65=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 167 (65.62% from 255 or 56.42% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 167 - color contains mainly: green. Hex color #40A741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A741 is #BF58BE. Grayscale: #7C7C7C. Windows color (decimal): -12540095 or 4302656. OLE color: 4302656.
HSL color Cylindrical-coordinate representation of color #40A741: hue angle of 120.58º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A741 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 167 | 65 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.35 |
| HSL | 120.58º | 0.45% | 0.45% | - |
| HSV(B) | 120.58º | 0.62% | 0.65% | - |
| XYZ | 16.89 | 29.11 | 9.73 | - |
| YUV | 124.58 | 94.38 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 167 | 65 | 0.62 | 0 | 0.61 | 0.35 | 120.58 | 0.45 | 0.45 |
| Hex | 40 | A7 | 41 | 3E | 0 | 3D | 23 | 79 | 2D | 2D |
| Octal | 100 | 247 | 101 | 76 | 0 | 75 | 43 | 171 | 55 | 55 |
| Binary | 1000000 | 10100111 | 1000001 | 111110 | 0 | 111101 | 100011 | 1111001 | 101101 | 101101 |
Color Harmonies of #40A741
Complementary color
Monochromatic Colors of #40A741
Black with #40A741
Text Example
Text Example
White with #40A741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A741; }
p { color: rgb(64,167,65); }
H1.HeaderClassName
{
color: #40A741;
}
.AnyTagClassName
{
color: #40A741;
}
</style>
background-color css
<style>
a { background-color: #40A741; }
a { background-color: rgb(64,167,65); }
div.DivClassName
{
background-color: #40A741;
}
.BgClassName
{
background-color: #40A741;
}
</style>
border-color css
<style>
span { border-color: #40A741; }
span { border-color: rgb(64,167,65); }
td.TdClassName
{
border-color: #40A741;
}
.TagClassName
{
border-color: #40A741;
}
</style>