#389F3B

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

Shades of Fruit Salad #389F3B

Tints of Fruit Salad #389F3B

Color information

#389F3B (or 0x389F3B) is unknown color: approx Fruit Salad. HEX triplet: 38, 9F and 3B. RGB value is (56,159,59). Sum of RGB (Red+Green+Blue) = 56+159+59=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #389F3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389F3B is #C760C4. Grayscale: #757575. Windows color (decimal): -13066437 or 3907384. OLE color: 3907384.

HSL color Cylindrical-coordinate representation of color #389F3B: hue angle of 121.75º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F3B is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB5615959-
CMYK0.6500.630.38
HSL121.75º47.91%42.16%-
HSV(B)121.75º64.78%62.35%-
XYZ14.8225.958.37-
YUV116.895.3884.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 159 (62.5% from 255) = 58.03%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=20.44%
G=58.03%
B=21.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56159590.6500.630.38121.7547.9142.16
Hex389F3B4103F267a302a
Octal7023773101077461726052
Binary11100010011111111011100000101111111001101111010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389F3B; }

 p { color: rgb(56,159,59); }

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

<style>
 a { background-color: #389F3B; }

 a { background-color: rgb(56,159,59); }

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

<style>
 span { border-color: #389F3B; }

 span { border-color: rgb(56,159,59); }

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