#379839

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

Shades of Fruit Salad #379839

Tints of Fruit Salad #379839

Color information

#379839 (or 0x379839) is unknown color: approx Fruit Salad. HEX triplet: 37, 98 and 39. RGB value is (55,152,57). Sum of RGB (Red+Green+Blue) = 55+152+57=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #379839 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379839 is #C867C6. Grayscale: #707070. Windows color (decimal): -13133767 or 3774519. OLE color: 3774519.

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

Color convert

RGB5515257-
CMYK0.6400.620.40
HSL121.24º46.86%40.59%-
HSV(B)121.24º63.82%59.61%-
XYZ13.5423.567.71-
YUV112.1796.8687.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.83%
GREEN value IS 152 (59.77% from 255) = 57.58%
BLUE value IS 57 (22.66% from 255) = 21.59%
R=20.83%
G=57.58%
B=21.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55152570.6400.620.40121.2446.8640.59
Hex3798394003E28792f29
Octal6723071100076501715751
Binary11011110011000111001100000001111101010001111001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379839; }

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

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

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

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

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

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

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

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