#399F45

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

Shades of Fruit Salad #399F45

Tints of Fruit Salad #399F45

Color information

#399F45 (or 0x399F45) is unknown color: approx Fruit Salad. HEX triplet: 39, 9F and 45. RGB value is (57,159,69). Sum of RGB (Red+Green+Blue) = 57+159+69=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #399F45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399F45 is #C660BA. Grayscale: #767676. Windows color (decimal): -13000891 or 4562745. OLE color: 4562745.

HSL color Cylindrical-coordinate representation of color #399F45: hue angle of 127.06º 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 #399F45 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB5715969-
CMYK0.6400.570.38
HSL127.06º47.22%42.35%-
HSV(B)127.06º64.15%62.35%-
XYZ15.1626.19.87-
YUV118.24100.2184.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 159 (62.5% from 255) = 55.79%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=20%
G=55.79%
B=24.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57159690.6400.570.38127.0647.2242.35
Hex399F4540039267f2f2a
Octal71237105100071461775752
Binary111001100111111000101100000001110011001101111111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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