#379943

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

Shades of Fruit Salad #379943

Tints of Fruit Salad #379943

Color information

#379943 (or 0x379943) is unknown color: approx Fruit Salad. HEX triplet: 37, 99 and 43. RGB value is (55,153,67). Sum of RGB (Red+Green+Blue) = 55+153+67=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #379943 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379943 is #C866BC. Grayscale: #727272. Windows color (decimal): -13133501 or 4430135. OLE color: 4430135.

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

Color convert

RGB5515367-
CMYK0.6400.560.4
HSL127.35º47.12%40.78%-
HSV(B)127.35º64.05%60%-
XYZ13.98249.21-
YUV113.89101.5385.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 153 (60.16% from 255) = 55.64%
BLUE value IS 67 (26.56% from 255) = 24.36%
R=20%
G=55.64%
B=24.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55153670.6400.560.4127.3547.1240.78
Hex37994340038287f2f29
Octal67231103100070501775751
Binary110111100110011000011100000001110001010001111111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379943; }

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

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

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

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

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

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

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

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