#379939

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

Shades of Fruit Salad #379939

Tints of Fruit Salad #379939

Color information

#379939 (or 0x379939) is unknown color: approx Fruit Salad. HEX triplet: 37, 99 and 39. RGB value is (55,153,57). Sum of RGB (Red+Green+Blue) = 55+153+57=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #379939 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379939 is #C866C6. Grayscale: #717171. Windows color (decimal): -13133511 or 3774775. OLE color: 3774775.

HSL color Cylindrical-coordinate representation of color #379939: hue angle of 121.22º 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 #379939 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB5515357-
CMYK0.6400.630.4
HSL121.22º47.12%40.78%-
HSV(B)121.22º64.05%60%-
XYZ13.7123.897.76-
YUV112.7596.5386.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 153 (60.16% from 255) = 57.74%
BLUE value IS 57 (22.66% from 255) = 21.51%
R=20.75%
G=57.74%
B=21.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55153570.6400.630.4121.2247.1240.78
Hex3799394003F28792f29
Octal6723171100077501715751
Binary11011110011001111001100000001111111010001111001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379939; }

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

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

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

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

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

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

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

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