#379F3C

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

Shades of Fruit Salad #379F3C

Tints of Fruit Salad #379F3C

Color information

#379F3C (or 0x379F3C) is unknown color: approx Fruit Salad. HEX triplet: 37, 9F and 3C. RGB value is (55,159,60). Sum of RGB (Red+Green+Blue) = 55+159+60=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #379F3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379F3C is #C860C3. Grayscale: #747474. Windows color (decimal): -13131972 or 3972919. OLE color: 3972919.

HSL color Cylindrical-coordinate representation of color #379F3C: hue angle of 122.88º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379F3C is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB5515960-
CMYK0.6500.620.38
HSL122.88º48.6%41.96%-
HSV(B)122.88º65.41%62.35%-
XYZ14.7925.938.5-
YUV116.6296.0484.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 159 (62.5% from 255) = 58.03%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=20.07%
G=58.03%
B=21.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55159600.6500.620.38122.8848.641.96
Hex379F3C4103E267b312a
Octal6723774101076461736152
Binary11011110011111111100100000101111101001101111011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379F3C; }

 p { color: rgb(55,159,60); }

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

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

 a { background-color: rgb(55,159,60); }

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

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

 span { border-color: rgb(55,159,60); }

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