#379A3B

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

Shades of Fruit Salad #379A3B

Tints of Fruit Salad #379A3B

Color information

#379A3B (or 0x379A3B) is unknown color: approx Fruit Salad. HEX triplet: 37, 9A and 3B. RGB value is (55,154,59). Sum of RGB (Red+Green+Blue) = 55+154+59=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 154 (60.55% from 255 or 57.46% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 154 - color contains mainly: green. Hex color #379A3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379A3B is #C865C4. Grayscale: #717171. Windows color (decimal): -13133253 or 3906103. OLE color: 3906103.

HSL color Cylindrical-coordinate representation of color #379A3B: hue angle of 122.42º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379A3B is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB5515459-
CMYK0.6400.620.40
HSL122.42º47.37%40.98%-
HSV(B)122.42º64.29%60.39%-
XYZ13.9224.248.08-
YUV113.5797.286.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 154 (60.55% from 255) = 57.46%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=20.52%
G=57.46%
B=22.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55154590.6400.620.40122.4247.3740.98
Hex379A3B4003E287a2f29
Octal6723273100076501725751
Binary11011110011010111011100000001111101010001111010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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