Shades of Fruit Salad #399A44
Tints of Fruit Salad #399A44
RGB
CMYK
RGB Variations
Color information
#399A44 (or 0x399A44) is known color: Fruit Salad. HEX triplet: 39, 9A and 44. RGB value is (57,154,68). Sum of RGB (Red+Green+Blue) = 57+154+68=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #399A44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399A44 is #C665BB. Grayscale: #737373. Windows color (decimal): -13002172 or 4495929. OLE color: 4495929.
HSL color Cylindrical-coordinate representation of color #399A44: hue angle of 126.8º 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 #399A44 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 68 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.40 |
| HSL | 126.8º | 0.46% | 0.41% | - |
| HSV(B) | 126.8º | 0.63% | 0.6% | - |
| XYZ | 14.29 | 24.4 | 9.43 | - |
| YUV | 115.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 68 | 0.63 | 0 | 0.56 | 0.40 | 126.8 | 0.46 | 0.41 |
| Hex | 39 | 9A | 44 | 3F | 0 | 38 | 28 | 7F | 2E | 29 |
| Octal | 71 | 232 | 104 | 77 | 0 | 70 | 50 | 177 | 56 | 51 |
| Binary | 111001 | 10011010 | 1000100 | 111111 | 0 | 111000 | 101000 | 1111111 | 101110 | 101001 |
Color Harmonies of #399A44
Complementary color
Monochromatic Colors of #399A44
Black with #399A44
Text Example
Text Example
White with #399A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A44; }
p { color: rgb(57,154,68); }
H1.HeaderClassName
{
color: #399A44;
}
.AnyTagClassName
{
color: #399A44;
}
</style>
background-color css
<style>
a { background-color: #399A44; }
a { background-color: rgb(57,154,68); }
div.DivClassName
{
background-color: #399A44;
}
.BgClassName
{
background-color: #399A44;
}
</style>
border-color css
<style>
span { border-color: #399A44; }
span { border-color: rgb(57,154,68); }
td.TdClassName
{
border-color: #399A44;
}
.TagClassName
{
border-color: #399A44;
}
</style>