#379642

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

Shades of Fruit Salad #379642

Tints of Fruit Salad #379642

Color information

#379642 (or 0x379642) is unknown color: approx Fruit Salad. HEX triplet: 37, 96 and 42. RGB value is (55,150,66). Sum of RGB (Red+Green+Blue) = 55+150+66=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #379642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379642 is #C869BD. Grayscale: #707070. Windows color (decimal): -13134270 or 4363831. OLE color: 4363831.

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

Color convert

RGB5515066-
CMYK0.6300.560.41
HSL126.95º46.34%40.2%-
HSV(B)126.95º63.33%58.82%-
XYZ13.4723.028.89-
YUV112.02102.0387.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 150 (58.98% from 255) = 55.35%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=20.30%
G=55.35%
B=24.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55150660.6300.560.41126.9546.3440.2
Hex3796423F038297f2e28
Octal6722610277070511775650
Binary11011110010110100001011111101110001010011111111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379642; }

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

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

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

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

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

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

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

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