Shades of Fruit Salad #409348
Tints of Fruit Salad #409348
RGB
CMYK
RGB Variations
Color information
#409348 (or 0x409348) is known color: Fruit Salad. HEX triplet: 40, 93 and 48. RGB value is (64,147,72). Sum of RGB (Red+Green+Blue) = 64+147+72=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #409348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409348 is #BF6CB7. Grayscale: #717171. Windows color (decimal): -12545208 or 4756288. OLE color: 4756288.
HSL color Cylindrical-coordinate representation of color #409348: hue angle of 125.78º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409348 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 72 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.42 |
| HSL | 125.78º | 0.39% | 0.41% | - |
| HSV(B) | 125.78º | 0.56% | 0.58% | - |
| XYZ | 13.72 | 22.43 | 9.74 | - |
| YUV | 113.63 | 104.5 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 72 | 0.56 | 0 | 0.51 | 0.42 | 125.78 | 0.39 | 0.41 |
| Hex | 40 | 93 | 48 | 38 | 0 | 33 | 2A | 7E | 27 | 29 |
| Octal | 100 | 223 | 110 | 70 | 0 | 63 | 52 | 176 | 47 | 51 |
| Binary | 1000000 | 10010011 | 1001000 | 111000 | 0 | 110011 | 101010 | 1111110 | 100111 | 101001 |
Color Harmonies of #409348
Complementary color
Monochromatic Colors of #409348
Black with #409348
Text Example
Text Example
White with #409348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409348; }
p { color: rgb(64,147,72); }
H1.HeaderClassName
{
color: #409348;
}
.AnyTagClassName
{
color: #409348;
}
</style>
background-color css
<style>
a { background-color: #409348; }
a { background-color: rgb(64,147,72); }
div.DivClassName
{
background-color: #409348;
}
.BgClassName
{
background-color: #409348;
}
</style>
border-color css
<style>
span { border-color: #409348; }
span { border-color: rgb(64,147,72); }
td.TdClassName
{
border-color: #409348;
}
.TagClassName
{
border-color: #409348;
}
</style>