Shades of Fruit Salad #399240
Tints of Fruit Salad #399240
RGB
CMYK
RGB Variations
Color information
#399240 (or 0x399240) is known color: Fruit Salad. HEX triplet: 39, 92 and 40. RGB value is (57,146,64). Sum of RGB (Red+Green+Blue) = 57+146+64=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #399240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399240 is #C66DBF. Grayscale: #6E6E6E. Windows color (decimal): -13004224 or 4231737. OLE color: 4231737.
HSL color Cylindrical-coordinate representation of color #399240: hue angle of 124.72º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399240 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 146 | 64 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.43 |
| HSL | 124.72º | 0.44% | 0.4% | - |
| HSV(B) | 124.72º | 0.61% | 0.57% | - |
| XYZ | 12.89 | 21.8 | 8.38 | - |
| YUV | 110.04 | 102.01 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 64 | 0.61 | 0 | 0.56 | 0.43 | 124.72 | 0.44 | 0.4 |
| Hex | 39 | 92 | 40 | 3D | 0 | 38 | 2B | 7D | 2C | 28 |
| Octal | 71 | 222 | 100 | 75 | 0 | 70 | 53 | 175 | 54 | 50 |
| Binary | 111001 | 10010010 | 1000000 | 111101 | 0 | 111000 | 101011 | 1111101 | 101100 | 101000 |
Color Harmonies of #399240
Complementary color
Monochromatic Colors of #399240
Black with #399240
Text Example
Text Example
White with #399240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399240; }
p { color: rgb(57,146,64); }
H1.HeaderClassName
{
color: #399240;
}
.AnyTagClassName
{
color: #399240;
}
</style>
background-color css
<style>
a { background-color: #399240; }
a { background-color: rgb(57,146,64); }
div.DivClassName
{
background-color: #399240;
}
.BgClassName
{
background-color: #399240;
}
</style>
border-color css
<style>
span { border-color: #399240; }
span { border-color: rgb(57,146,64); }
td.TdClassName
{
border-color: #399240;
}
.TagClassName
{
border-color: #399240;
}
</style>