#379f37

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

Shades of Fruit Salad #379F37

Tints of Fruit Salad #379F37

Color information

#379F37 (or 0x379F37) is unknown color: approx Fruit Salad. HEX triplet: 37, 9F and 37. RGB value is (55,159,55). Sum of RGB (Red+Green+Blue) = 55+159+55=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 159 (62.5% from 255 or 59.11% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 159 - color contains mainly: green. Hex color #379F37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379F37 is #C860C8. Grayscale: #747474. Windows color (decimal): -13131977 or 3645239. OLE color: 3645239.

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

Color convert

RGB5515955-
CMYK0.6500.650.38
HSL120º48.6%41.96%-
HSV(B)120º65.41%62.35%-
XYZ14.6625.887.84-
YUV116.0593.5484.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 159 (62.5% from 255) = 59.11%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=20.45%
G=59.11%
B=20.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55159550.6500.650.3812048.641.96
Hex379F37410412678312a
Octal67237671010101461706152
Binary110111100111111101111000001010000011001101111000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379f37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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