#389B3B

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

Shades of Fruit Salad #389B3B

Tints of Fruit Salad #389B3B

Color information

#389B3B (or 0x389B3B) is unknown color: approx Fruit Salad. HEX triplet: 38, 9B and 3B. RGB value is (56,155,59). Sum of RGB (Red+Green+Blue) = 56+155+59=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 155 (60.94% from 255 or 57.41% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 155 - color contains mainly: green. Hex color #389B3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389B3B is #C764C4. Grayscale: #727272. Windows color (decimal): -13067461 or 3906360. OLE color: 3906360.

HSL color Cylindrical-coordinate representation of color #389B3B: hue angle of 121.82º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389B3B is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB5615559-
CMYK0.6400.620.39
HSL121.82º46.92%41.37%-
HSV(B)121.82º63.87%60.78%-
XYZ14.1424.68.14-
YUV114.4696.786.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 155 (60.94% from 255) = 57.41%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=20.74%
G=57.41%
B=21.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56155590.6400.620.39121.8246.9241.37
Hex389B3B4003E277a2f29
Octal7023373100076471725751
Binary11100010011011111011100000001111101001111111010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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