Shades of Fruit Salad #399040
Tints of Fruit Salad #399040
RGB
CMYK
RGB Variations
Color information
#399040 (or 0x399040) is known color: Fruit Salad. HEX triplet: 39, 90 and 40. RGB value is (57,144,64). Sum of RGB (Red+Green+Blue) = 57+144+64=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #399040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399040 is #C66FBF. Grayscale: #6D6D6D. Windows color (decimal): -13004736 or 4231225. OLE color: 4231225.
HSL color Cylindrical-coordinate representation of color #399040: hue angle of 124.83º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399040 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 144 | 64 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.44 |
| HSL | 124.83º | 0.43% | 0.39% | - |
| HSV(B) | 124.83º | 0.6% | 0.56% | - |
| XYZ | 12.59 | 21.19 | 8.28 | - |
| YUV | 108.87 | 102.68 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 64 | 0.60 | 0 | 0.56 | 0.44 | 124.83 | 0.43 | 0.39 |
| Hex | 39 | 90 | 40 | 3C | 0 | 38 | 2C | 7D | 2B | 27 |
| Octal | 71 | 220 | 100 | 74 | 0 | 70 | 54 | 175 | 53 | 47 |
| Binary | 111001 | 10010000 | 1000000 | 111100 | 0 | 111000 | 101100 | 1111101 | 101011 | 100111 |
Color Harmonies of #399040
Complementary color
Monochromatic Colors of #399040
Black with #399040
Text Example
Text Example
White with #399040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399040; }
p { color: rgb(57,144,64); }
H1.HeaderClassName
{
color: #399040;
}
.AnyTagClassName
{
color: #399040;
}
</style>
background-color css
<style>
a { background-color: #399040; }
a { background-color: rgb(57,144,64); }
div.DivClassName
{
background-color: #399040;
}
.BgClassName
{
background-color: #399040;
}
</style>
border-color css
<style>
span { border-color: #399040; }
span { border-color: rgb(57,144,64); }
td.TdClassName
{
border-color: #399040;
}
.TagClassName
{
border-color: #399040;
}
</style>