#376C4D

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

Shades of Amazon #376C4D

Tints of Amazon #376C4D

Color information

#376C4D (or 0x376C4D) is unknown color: approx Amazon. HEX triplet: 37, 6C and 4D. RGB value is (55,108,77). Sum of RGB (Red+Green+Blue) = 55+108+77=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #376C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C4D is #C893B2. Grayscale: #585858. Windows color (decimal): -13145011 or 5073975. OLE color: 5073975.

HSL color Cylindrical-coordinate representation of color #376C4D: hue angle of 144.91º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376C4D is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB5510877-
CMYK0.4900.290.58
HSL144.91º32.52%31.96%-
HSV(B)144.91º49.07%42.35%-
XYZ8.2812.078.92-
YUV88.62121.44104.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=22.92%
G=45%
B=32.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55108770.4900.290.58144.9132.5231.96
Hex376C4D3101D3A912120
Octal6715411561035722214140
Binary1101111101100100110111000101110111101010010001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,108,77); }

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

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

 a { background-color: rgb(55,108,77); }

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

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

 span { border-color: rgb(55,108,77); }

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