#379F39

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

Shades of Fruit Salad #379F39

Tints of Fruit Salad #379F39

Color information

#379F39 (or 0x379F39) is unknown color: approx Fruit Salad. HEX triplet: 37, 9F and 39. RGB value is (55,159,57). Sum of RGB (Red+Green+Blue) = 55+159+57=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #379F39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379F39 is #C860C6. Grayscale: #747474. Windows color (decimal): -13131975 or 3776311. OLE color: 3776311.

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

Color convert

RGB5515957-
CMYK0.6500.640.38
HSL121.15º48.6%41.96%-
HSV(B)121.15º65.41%62.35%-
XYZ14.7125.98.1-
YUV116.2894.5484.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 159 (62.5% from 255) = 58.67%
BLUE value IS 57 (22.66% from 255) = 21.03%
R=20.30%
G=58.67%
B=21.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55159570.6500.640.38121.1548.641.96
Hex379F39410402679312a
Octal67237711010100461716152
Binary110111100111111110011000001010000001001101111001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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