#389F3D

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

Shades of Fruit Salad #389F3D

Tints of Fruit Salad #389F3D

Color information

#389F3D (or 0x389F3D) is unknown color: approx Fruit Salad. HEX triplet: 38, 9F and 3D. RGB value is (56,159,61). Sum of RGB (Red+Green+Blue) = 56+159+61=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 159 (62.5% from 255 or 57.61% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 159 - color contains mainly: green. Hex color #389F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389F3D is #C760C2. Grayscale: #757575. Windows color (decimal): -13066435 or 4038456. OLE color: 4038456.

HSL color Cylindrical-coordinate representation of color #389F3D: hue angle of 122.91º 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 #389F3D is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB5615961-
CMYK0.6500.620.38
HSL122.91º47.91%42.16%-
HSV(B)122.91º64.78%62.35%-
XYZ14.8725.978.64-
YUV117.0396.3884.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.29%
GREEN value IS 159 (62.5% from 255) = 57.61%
BLUE value IS 61 (24.22% from 255) = 22.10%
R=20.29%
G=57.61%
B=22.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56159610.6500.620.38122.9147.9142.16
Hex389F3D4103E267b302a
Octal7023775101076461736052
Binary11100010011111111101100000101111101001101111011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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