Shades of Fruit Salad #40A13D
Tints of Fruit Salad #40A13D
RGB
CMYK
RGB Variations
Color information
#40A13D (or 0x40A13D) is known color: Fruit Salad. HEX triplet: 40, A1 and 3D. RGB value is (64,161,61). Sum of RGB (Red+Green+Blue) = 64+161+61=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 161 (63.28% from 255 or 56.29% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 161 - color contains mainly: green. Hex color #40A13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A13D is #BF5EC2. Grayscale: #787878. Windows color (decimal): -12541635 or 4038976. OLE color: 4038976.
HSL color Cylindrical-coordinate representation of color #40A13D: hue angle of 118.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A13D is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 161 | 61 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.37 |
| HSL | 118.2º | 0.45% | 0.44% | - |
| HSV(B) | 118.2º | 0.62% | 0.63% | - |
| XYZ | 15.7 | 26.92 | 8.78 | - |
| YUV | 120.6 | 94.36 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 161 | 61 | 0.60 | 0 | 0.62 | 0.37 | 118.2 | 0.45 | 0.44 |
| Hex | 40 | A1 | 3D | 3C | 0 | 3E | 25 | 76 | 2D | 2C |
| Octal | 100 | 241 | 75 | 74 | 0 | 76 | 45 | 166 | 55 | 54 |
| Binary | 1000000 | 10100001 | 111101 | 111100 | 0 | 111110 | 100101 | 1110110 | 101101 | 101100 |
Color Harmonies of #40A13D
Complementary color
Monochromatic Colors of #40A13D
Black with #40A13D
Text Example
Text Example
White with #40A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A13D; }
p { color: rgb(64,161,61); }
H1.HeaderClassName
{
color: #40A13D;
}
.AnyTagClassName
{
color: #40A13D;
}
</style>
background-color css
<style>
a { background-color: #40A13D; }
a { background-color: rgb(64,161,61); }
div.DivClassName
{
background-color: #40A13D;
}
.BgClassName
{
background-color: #40A13D;
}
</style>
border-color css
<style>
span { border-color: #40A13D; }
span { border-color: rgb(64,161,61); }
td.TdClassName
{
border-color: #40A13D;
}
.TagClassName
{
border-color: #40A13D;
}
</style>