#379E3B

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

Shades of Fruit Salad #379E3B

Tints of Fruit Salad #379E3B

Color information

#379E3B (or 0x379E3B) is unknown color: approx Fruit Salad. HEX triplet: 37, 9E and 3B. RGB value is (55,158,59). Sum of RGB (Red+Green+Blue) = 55+158+59=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 158 (62.11% from 255 or 58.09% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 158 - color contains mainly: green. Hex color #379E3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379E3B is #C861C4. Grayscale: #747474. Windows color (decimal): -13132229 or 3907127. OLE color: 3907127.

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

Color convert

RGB5515859-
CMYK0.6500.630.38
HSL122.33º48.36%41.76%-
HSV(B)122.33º65.19%61.96%-
XYZ14.5925.588.31-
YUV115.9295.8884.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 158 (62.11% from 255) = 58.09%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=20.22%
G=58.09%
B=21.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55158590.6500.630.38122.3348.3641.76
Hex379E3B4103F267a302a
Octal6723673101077461726052
Binary11011110011110111011100000101111111001101111010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,158,59); }

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

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

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

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

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

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

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