#399F47

Color #399F47 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #399F47

Tints of Fruit Salad #399F47

Color information

#399F47 (or 0x399F47) is unknown color: approx Fruit Salad. HEX triplet: 39, 9F and 47. RGB value is (57,159,71). Sum of RGB (Red+Green+Blue) = 57+159+71=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #399F47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399F47 is #C660B8. Grayscale: #767676. Windows color (decimal): -13000889 or 4693817. OLE color: 4693817.

HSL color Cylindrical-coordinate representation of color #399F47: hue angle of 128.24º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399F47 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB5715971-
CMYK0.6400.550.38
HSL128.24º47.22%42.35%-
HSV(B)128.24º64.15%62.35%-
XYZ15.2226.1210.2-
YUV118.47101.2184.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 159 (62.5% from 255) = 55.40%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=19.86%
G=55.40%
B=24.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57159710.6400.550.38128.2447.2242.35
Hex399F474003726802f2a
Octal71237107100067462005752
Binary1110011001111110001111000000011011110011010000000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399F47; }

 p { color: rgb(57,159,71); }

 H1.HeaderClassName
 {
   color: #399F47;
 }
 .AnyTagClassName
 {
   color: #399F47;
 }
</style>
background-color css

<style>
 a { background-color: #399F47; }

 a { background-color: rgb(57,159,71); }

 div.DivClassName
 {
   background-color: #399F47;
 }
 .BgClassName
 {
   background-color: #399F47;
 }
</style>
border-color css

<style>
 span { border-color: #399F47; }

 span { border-color: rgb(57,159,71); }

 td.TdClassName
 {
   border-color: #399F47;
 }
 .TagClassName
 {
   border-color: #399F47;
 }
</style>