#389340

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

Shades of Fruit Salad #389340

Tints of Fruit Salad #389340

Color information

#389340 (or 0x389340) is unknown color: approx Fruit Salad. HEX triplet: 38, 93 and 40. RGB value is (56,147,64). Sum of RGB (Red+Green+Blue) = 56+147+64=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #389340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389340 is #C76CBF. Grayscale: #6E6E6E. Windows color (decimal): -13069504 or 4231992. OLE color: 4231992.

HSL color Cylindrical-coordinate representation of color #389340: hue angle of 125.27º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389340 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB5614764-
CMYK0.6200.560.42
HSL125.27º44.83%39.8%-
HSV(B)125.27º61.9%57.65%-
XYZ12.9922.088.43-
YUV110.33101.8589.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 147 (57.81% from 255) = 55.06%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=20.97%
G=55.06%
B=23.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56147640.6200.560.42125.2744.8339.8
Hex3893403E0382A7d2d28
Octal7022310076070521755550
Binary11100010010011100000011111001110001010101111101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389340; }

 p { color: rgb(56,147,64); }

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

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

 a { background-color: rgb(56,147,64); }

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

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

 span { border-color: rgb(56,147,64); }

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