#379940

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

Shades of Fruit Salad #379940

Tints of Fruit Salad #379940

Color information

#379940 (or 0x379940) is unknown color: approx Fruit Salad. HEX triplet: 37, 99 and 40. RGB value is (55,153,64). Sum of RGB (Red+Green+Blue) = 55+153+64=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #379940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379940 is #C866BF. Grayscale: #717171. Windows color (decimal): -13133504 or 4233527. OLE color: 4233527.

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

Color convert

RGB5515364-
CMYK0.6400.580.4
HSL125.51º47.12%40.78%-
HSV(B)125.51º64.05%60%-
XYZ13.8923.968.74-
YUV113.55100.0386.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 153 (60.16% from 255) = 56.25%
BLUE value IS 64 (25.39% from 255) = 23.53%
R=20.22%
G=56.25%
B=23.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55153640.6400.580.4125.5147.1240.78
Hex3799404003A287e2f29
Octal67231100100072501765751
Binary110111100110011000000100000001110101010001111110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379940; }

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

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

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

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

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

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

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

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