Shades of Fruit Salad #399441
Tints of Fruit Salad #399441
RGB
CMYK
RGB Variations
Color information
#399441 (or 0x399441) is known color: Fruit Salad. HEX triplet: 39, 94 and 41. RGB value is (57,148,65). Sum of RGB (Red+Green+Blue) = 57+148+65=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 148 (58.20% from 255 or 54.81% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 148 - color contains mainly: green. Hex color #399441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399441 is #C66BBE. Grayscale: #6F6F6F. Windows color (decimal): -13003711 or 4297785. OLE color: 4297785.
HSL color Cylindrical-coordinate representation of color #399441: hue angle of 125.27º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399441 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 148 | 65 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.42 |
| HSL | 125.27º | 0.44% | 0.4% | - |
| HSV(B) | 125.27º | 0.61% | 0.58% | - |
| XYZ | 13.23 | 22.43 | 8.63 | - |
| YUV | 111.33 | 101.85 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 148 | 65 | 0.61 | 0 | 0.56 | 0.42 | 125.27 | 0.44 | 0.4 |
| Hex | 39 | 94 | 41 | 3D | 0 | 38 | 2A | 7D | 2C | 28 |
| Octal | 71 | 224 | 101 | 75 | 0 | 70 | 52 | 175 | 54 | 50 |
| Binary | 111001 | 10010100 | 1000001 | 111101 | 0 | 111000 | 101010 | 1111101 | 101100 | 101000 |
Color Harmonies of #399441
Complementary color
Monochromatic Colors of #399441
Black with #399441
Text Example
Text Example
White with #399441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399441; }
p { color: rgb(57,148,65); }
H1.HeaderClassName
{
color: #399441;
}
.AnyTagClassName
{
color: #399441;
}
</style>
background-color css
<style>
a { background-color: #399441; }
a { background-color: rgb(57,148,65); }
div.DivClassName
{
background-color: #399441;
}
.BgClassName
{
background-color: #399441;
}
</style>
border-color css
<style>
span { border-color: #399441; }
span { border-color: rgb(57,148,65); }
td.TdClassName
{
border-color: #399441;
}
.TagClassName
{
border-color: #399441;
}
</style>