Shades of Fruit Salad #40A548
Tints of Fruit Salad #40A548
RGB
CMYK
RGB Variations
Color information
#40A548 (or 0x40A548) is known color: Fruit Salad. HEX triplet: 40, A5 and 48. RGB value is (64,165,72). Sum of RGB (Red+Green+Blue) = 64+165+72=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #40A548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A548 is #BF5AB7. Grayscale: #7C7C7C. Windows color (decimal): -12540600 or 4760896. OLE color: 4760896.
HSL color Cylindrical-coordinate representation of color #40A548: hue angle of 124.75º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A548 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 165 | 72 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.35 |
| HSL | 124.75º | 0.44% | 0.45% | - |
| HSV(B) | 124.75º | 0.61% | 0.65% | - |
| XYZ | 16.74 | 28.47 | 10.74 | - |
| YUV | 124.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 165 | 72 | 0.61 | 0 | 0.56 | 0.35 | 124.75 | 0.44 | 0.45 |
| Hex | 40 | A5 | 48 | 3D | 0 | 38 | 23 | 7D | 2C | 2D |
| Octal | 100 | 245 | 110 | 75 | 0 | 70 | 43 | 175 | 54 | 55 |
| Binary | 1000000 | 10100101 | 1001000 | 111101 | 0 | 111000 | 100011 | 1111101 | 101100 | 101101 |
Color Harmonies of #40A548
Complementary color
Monochromatic Colors of #40A548
Black with #40A548
Text Example
Text Example
White with #40A548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A548; }
p { color: rgb(64,165,72); }
H1.HeaderClassName
{
color: #40A548;
}
.AnyTagClassName
{
color: #40A548;
}
</style>
background-color css
<style>
a { background-color: #40A548; }
a { background-color: rgb(64,165,72); }
div.DivClassName
{
background-color: #40A548;
}
.BgClassName
{
background-color: #40A548;
}
</style>
border-color css
<style>
span { border-color: #40A548; }
span { border-color: rgb(64,165,72); }
td.TdClassName
{
border-color: #40A548;
}
.TagClassName
{
border-color: #40A548;
}
</style>