#379F41

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

Shades of Fruit Salad #379F41

Tints of Fruit Salad #379F41

Color information

#379F41 (or 0x379F41) is unknown color: approx Fruit Salad. HEX triplet: 37, 9F and 41. RGB value is (55,159,65). Sum of RGB (Red+Green+Blue) = 55+159+65=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #379F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379F41 is #C860BE. Grayscale: #757575. Windows color (decimal): -13131967 or 4300599. OLE color: 4300599.

HSL color Cylindrical-coordinate representation of color #379F41: hue angle of 125.77º 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 #379F41 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB5515965-
CMYK0.6500.590.38
HSL125.77º48.6%41.96%-
HSV(B)125.77º65.41%62.35%-
XYZ14.9325.999.23-
YUV117.1998.5483.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.71%
GREEN value IS 159 (62.5% from 255) = 56.99%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=19.71%
G=56.99%
B=23.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55159650.6500.590.38125.7748.641.96
Hex379F414103B267e312a
Octal67237101101073461766152
Binary110111100111111000001100000101110111001101111110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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