#376E4F

Color #376E4F Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #376E4F

Tints of Amazon #376E4F

Color information

#376E4F (or 0x376E4F) is unknown color: approx Amazon. HEX triplet: 37, 6E and 4F. RGB value is (55,110,79). Sum of RGB (Red+Green+Blue) = 55+110+79=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 110 - color contains mainly: green. Hex color #376E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E4F is #C891B0. Grayscale: #5A5A5A. Windows color (decimal): -13144497 or 5205559. OLE color: 5205559.

HSL color Cylindrical-coordinate representation of color #376E4F: hue angle of 146.18º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376E4F is Cyan = 0.5, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB5511079-
CMYK0.500.280.57
HSL146.18º33.33%32.35%-
HSV(B)146.18º50%43.14%-
XYZ8.5612.539.36-
YUV90.02121.78103.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 110 (43.36% from 255) = 45.08%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=22.54%
G=45.08%
B=32.38%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55110790.500.280.57146.1833.3332.35
Hex376E4F3201C39922120
Octal6715611762034712224140
Binary1101111101110100111111001001110011100110010010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376E4F; }

 p { color: rgb(55,110,79); }

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

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

 a { background-color: rgb(55,110,79); }

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

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

 span { border-color: rgb(55,110,79); }

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