Shades of Fruit Salad #40A045
Tints of Fruit Salad #40A045
RGB
CMYK
RGB Variations
Color information
#40A045 (or 0x40A045) is known color: Fruit Salad. HEX triplet: 40, A0 and 45. RGB value is (64,160,69). Sum of RGB (Red+Green+Blue) = 64+160+69=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #40A045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A045 is #BF5FBA. Grayscale: #797979. Windows color (decimal): -12541883 or 4563008. OLE color: 4563008.
HSL color Cylindrical-coordinate representation of color #40A045: hue angle of 123.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A045 is Cyan = 0.6, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 69 | - |
| CMYK | 0.6 | 0 | 0.57 | 0.37 |
| HSL | 123.13º | 0.43% | 0.44% | - |
| HSV(B) | 123.13º | 0.6% | 0.63% | - |
| XYZ | 15.76 | 26.66 | 9.95 | - |
| YUV | 120.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 69 | 0.6 | 0 | 0.57 | 0.37 | 123.13 | 0.43 | 0.44 |
| Hex | 40 | A0 | 45 | 3C | 0 | 39 | 25 | 7B | 2B | 2C |
| Octal | 100 | 240 | 105 | 74 | 0 | 71 | 45 | 173 | 53 | 54 |
| Binary | 1000000 | 10100000 | 1000101 | 111100 | 0 | 111001 | 100101 | 1111011 | 101011 | 101100 |
Color Harmonies of #40A045
Complementary color
Monochromatic Colors of #40A045
Black with #40A045
Text Example
Text Example
White with #40A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A045; }
p { color: rgb(64,160,69); }
H1.HeaderClassName
{
color: #40A045;
}
.AnyTagClassName
{
color: #40A045;
}
</style>
background-color css
<style>
a { background-color: #40A045; }
a { background-color: rgb(64,160,69); }
div.DivClassName
{
background-color: #40A045;
}
.BgClassName
{
background-color: #40A045;
}
</style>
border-color css
<style>
span { border-color: #40A045; }
span { border-color: rgb(64,160,69); }
td.TdClassName
{
border-color: #40A045;
}
.TagClassName
{
border-color: #40A045;
}
</style>