#379A42

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

Shades of Fruit Salad #379A42

Tints of Fruit Salad #379A42

Color information

#379A42 (or 0x379A42) is unknown color: approx Fruit Salad. HEX triplet: 37, 9A and 42. RGB value is (55,154,66). Sum of RGB (Red+Green+Blue) = 55+154+66=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #379A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379A42 is #C865BD. Grayscale: #727272. Windows color (decimal): -13133246 or 4364855. OLE color: 4364855.

HSL color Cylindrical-coordinate representation of color #379A42: hue angle of 126.67º 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 #379A42 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB5515466-
CMYK0.6400.570.40
HSL126.67º47.37%40.98%-
HSV(B)126.67º64.29%60.39%-
XYZ14.1124.329.1-
YUV114.37100.785.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 154 (60.55% from 255) = 56%
BLUE value IS 66 (26.17% from 255) = 24%
R=20%
G=56%
B=24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55154660.6400.570.40126.6747.3740.98
Hex379A4240039287f2f29
Octal67232102100071501775751
Binary110111100110101000010100000001110011010001111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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