#379A3C

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

Shades of Fruit Salad #379A3C

Tints of Fruit Salad #379A3C

Color information

#379A3C (or 0x379A3C) is unknown color: approx Fruit Salad. HEX triplet: 37, 9A and 3C. RGB value is (55,154,60). Sum of RGB (Red+Green+Blue) = 55+154+60=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 154 (60.55% from 255 or 57.25% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 154 - color contains mainly: green. Hex color #379A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379A3C is #C865C3. Grayscale: #717171. Windows color (decimal): -13133252 or 3971639. OLE color: 3971639.

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

Color convert

RGB5515460-
CMYK0.6400.610.40
HSL123.03º47.37%40.98%-
HSV(B)123.03º64.29%60.39%-
XYZ13.9524.258.22-
YUV113.6897.786.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 154 (60.55% from 255) = 57.25%
BLUE value IS 60 (23.83% from 255) = 22.30%
R=20.45%
G=57.25%
B=22.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55154600.6400.610.40123.0347.3740.98
Hex379A3C4003D287b2f29
Octal6723274100075501735751
Binary11011110011010111100100000001111011010001111011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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