#379942

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

Shades of Fruit Salad #379942

Tints of Fruit Salad #379942

Color information

#379942 (or 0x379942) is unknown color: approx Fruit Salad. HEX triplet: 37, 99 and 42. RGB value is (55,153,66). Sum of RGB (Red+Green+Blue) = 55+153+66=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #379942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379942 is #C866BD. Grayscale: #727272. Windows color (decimal): -13133502 or 4364599. OLE color: 4364599.

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

Color convert

RGB5515366-
CMYK0.6400.570.4
HSL126.73º47.12%40.78%-
HSV(B)126.73º64.05%60%-
XYZ13.9523.999.05-
YUV113.78101.0386.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 153 (60.16% from 255) = 55.84%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=20.07%
G=55.84%
B=24.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55153660.6400.570.4126.7347.1240.78
Hex37994240039287f2f29
Octal67231102100071501775751
Binary110111100110011000010100000001110011010001111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379942; }

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

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

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

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

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

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

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

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