#376C4E

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

Shades of Amazon #376C4E

Tints of Amazon #376C4E

Color information

#376C4E (or 0x376C4E) is unknown color: approx Amazon. HEX triplet: 37, 6C and 4E. RGB value is (55,108,78). Sum of RGB (Red+Green+Blue) = 55+108+78=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #376C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C4E is #C893B1. Grayscale: #585858. Windows color (decimal): -13145010 or 5139511. OLE color: 5139511.

HSL color Cylindrical-coordinate representation of color #376C4E: hue angle of 146.04º 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 #376C4E is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB5510878-
CMYK0.4900.280.58
HSL146.04º32.52%31.96%-
HSV(B)146.04º49.07%42.35%-
XYZ8.3112.099.1-
YUV88.73121.94103.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 108 (42.58% from 255) = 44.81%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=22.82%
G=44.81%
B=32.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55108780.4900.280.58146.0432.5231.96
Hex376C4E3101C3A922120
Octal6715411661034722224140
Binary1101111101100100111011000101110011101010010010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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