#389341

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

Shades of Fruit Salad #389341

Tints of Fruit Salad #389341

Color information

#389341 (or 0x389341) is unknown color: approx Fruit Salad. HEX triplet: 38, 93 and 41. RGB value is (56,147,65). Sum of RGB (Red+Green+Blue) = 56+147+65=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #389341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389341 is #C76CBE. Grayscale: #6E6E6E. Windows color (decimal): -13069503 or 4297528. OLE color: 4297528.

HSL color Cylindrical-coordinate representation of color #389341: hue angle of 125.93º 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 #389341 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB5614765-
CMYK0.6200.560.42
HSL125.93º44.83%39.8%-
HSV(B)125.93º61.9%57.65%-
XYZ13.0222.098.58-
YUV110.44102.3589.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 147 (57.81% from 255) = 54.85%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=20.90%
G=54.85%
B=24.25%

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
Decimal56147650.6200.560.42125.9344.8339.8
Hex3893413E0382A7e2d28
Octal7022310176070521765550
Binary11100010010011100000111111001110001010101111110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389341; }

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

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

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

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

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

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

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

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