Shades of Fruit Salad #40A03B
Tints of Fruit Salad #40A03B
RGB
CMYK
RGB Variations
Color information
#40A03B (or 0x40A03B) is known color: Fruit Salad. HEX triplet: 40, A0 and 3B. RGB value is (64,160,59). Sum of RGB (Red+Green+Blue) = 64+160+59=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #40A03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A03B is #BF5FC4. Grayscale: #787878. Windows color (decimal): -12541893 or 3907648. OLE color: 3907648.
HSL color Cylindrical-coordinate representation of color #40A03B: hue angle of 117.03º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40A03B is Cyan = 0.6, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 59 | - |
| CMYK | 0.6 | 0 | 0.63 | 0.37 |
| HSL | 117.03º | 0.46% | 0.43% | - |
| HSV(B) | 117.03º | 0.63% | 0.63% | - |
| XYZ | 15.47 | 26.55 | 8.45 | - |
| YUV | 119.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 59 | 0.6 | 0 | 0.63 | 0.37 | 117.03 | 0.46 | 0.43 |
| Hex | 40 | A0 | 3B | 3C | 0 | 3F | 25 | 75 | 2E | 2B |
| Octal | 100 | 240 | 73 | 74 | 0 | 77 | 45 | 165 | 56 | 53 |
| Binary | 1000000 | 10100000 | 111011 | 111100 | 0 | 111111 | 100101 | 1110101 | 101110 | 101011 |
Color Harmonies of #40A03B
Complementary color
Monochromatic Colors of #40A03B
Black with #40A03B
Text Example
Text Example
White with #40A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A03B; }
p { color: rgb(64,160,59); }
H1.HeaderClassName
{
color: #40A03B;
}
.AnyTagClassName
{
color: #40A03B;
}
</style>
background-color css
<style>
a { background-color: #40A03B; }
a { background-color: rgb(64,160,59); }
div.DivClassName
{
background-color: #40A03B;
}
.BgClassName
{
background-color: #40A03B;
}
</style>
border-color css
<style>
span { border-color: #40A03B; }
span { border-color: rgb(64,160,59); }
td.TdClassName
{
border-color: #40A03B;
}
.TagClassName
{
border-color: #40A03B;
}
</style>