#389540

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

Shades of Fruit Salad #389540

Tints of Fruit Salad #389540

Color information

#389540 (or 0x389540) is unknown color: approx Fruit Salad. HEX triplet: 38, 95 and 40. RGB value is (56,149,64). Sum of RGB (Red+Green+Blue) = 56+149+64=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #389540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389540 is #C76ABF. Grayscale: #6F6F6F. Windows color (decimal): -13068992 or 4232504. OLE color: 4232504.

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

Color convert

RGB5614964-
CMYK0.6200.570.42
HSL125.16º45.37%40.2%-
HSV(B)125.16º62.42%58.43%-
XYZ13.322.718.53-
YUV111.5101.1988.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 149 (58.59% from 255) = 55.39%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=20.82%
G=55.39%
B=23.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56149640.6200.570.42125.1645.3740.2
Hex3895403E0392A7d2d28
Octal7022510076071521755550
Binary11100010010101100000011111001110011010101111101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389540; }

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

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

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

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

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

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

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

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