#389940

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

Shades of Fruit Salad #389940

Tints of Fruit Salad #389940

Color information

#389940 (or 0x389940) is unknown color: approx Fruit Salad. HEX triplet: 38, 99 and 40. RGB value is (56,153,64). Sum of RGB (Red+Green+Blue) = 56+153+64=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #389940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389940 is #C766BF. Grayscale: #727272. Windows color (decimal): -13067968 or 4233528. OLE color: 4233528.

HSL color Cylindrical-coordinate representation of color #389940: hue angle of 124.95º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389940 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB5615364-
CMYK0.6300.580.4
HSL124.95º46.41%40.98%-
HSV(B)124.95º63.4%60%-
XYZ13.9523.998.75-
YUV113.8599.8686.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 153 (60.16% from 255) = 56.04%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=20.51%
G=56.04%
B=23.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal56153640.6300.580.4124.9546.4140.98
Hex3899403F03A287d2e29
Octal7023110077072501755651
Binary11100010011001100000011111101110101010001111101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389940; }

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

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

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

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

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

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

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

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