Shades of Fruit Salad #399940
Tints of Fruit Salad #399940
RGB
CMYK
RGB Variations
Color information
#399940 (or 0x399940) is known color: Fruit Salad. HEX triplet: 39, 99 and 40. RGB value is (57,153,64). Sum of RGB (Red+Green+Blue) = 57+153+64=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #399940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399940 is #C666BF. Grayscale: #727272. Windows color (decimal): -13002432 or 4233529. OLE color: 4233529.
HSL color Cylindrical-coordinate representation of color #399940: hue angle of 124.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399940 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 64 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.4 |
| HSL | 124.38º | 0.46% | 0.41% | - |
| HSV(B) | 124.38º | 0.63% | 0.6% | - |
| XYZ | 14 | 24.02 | 8.75 | - |
| YUV | 114.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 64 | 0.63 | 0 | 0.58 | 0.4 | 124.38 | 0.46 | 0.41 |
| Hex | 39 | 99 | 40 | 3F | 0 | 3A | 28 | 7C | 2E | 29 |
| Octal | 71 | 231 | 100 | 77 | 0 | 72 | 50 | 174 | 56 | 51 |
| Binary | 111001 | 10011001 | 1000000 | 111111 | 0 | 111010 | 101000 | 1111100 | 101110 | 101001 |
Color Harmonies of #399940
Complementary color
Monochromatic Colors of #399940
Black with #399940
Text Example
Text Example
White with #399940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399940; }
p { color: rgb(57,153,64); }
H1.HeaderClassName
{
color: #399940;
}
.AnyTagClassName
{
color: #399940;
}
</style>
background-color css
<style>
a { background-color: #399940; }
a { background-color: rgb(57,153,64); }
div.DivClassName
{
background-color: #399940;
}
.BgClassName
{
background-color: #399940;
}
</style>
border-color css
<style>
span { border-color: #399940; }
span { border-color: rgb(57,153,64); }
td.TdClassName
{
border-color: #399940;
}
.TagClassName
{
border-color: #399940;
}
</style>