#379342

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

Shades of Fruit Salad #379342

Tints of Fruit Salad #379342

Color information

#379342 (or 0x379342) is unknown color: approx Fruit Salad. HEX triplet: 37, 93 and 42. RGB value is (55,147,66). Sum of RGB (Red+Green+Blue) = 55+147+66=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #379342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379342 is #C86CBD. Grayscale: #6E6E6E. Windows color (decimal): -13135038 or 4363063. OLE color: 4363063.

HSL color Cylindrical-coordinate representation of color #379342: hue angle of 127.17º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379342 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB5514766-
CMYK0.6300.550.42
HSL127.17º45.54%39.61%-
HSV(B)127.17º62.59%57.65%-
XYZ12.9922.078.73-
YUV110.26103.0288.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 147 (57.81% from 255) = 54.85%
BLUE value IS 66 (26.17% from 255) = 24.63%
R=20.52%
G=54.85%
B=24.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55147660.6300.550.42127.1745.5439.61
Hex3793423F0372A7f2e28
Octal6722310277067521775650
Binary11011110010011100001011111101101111010101111111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379342; }

 p { color: rgb(55,147,66); }

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

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

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

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

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

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

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