#376A4B

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

Shades of Amazon #376A4B

Tints of Amazon #376A4B

Color information

#376A4B (or 0x376A4B) is unknown color: approx Amazon. HEX triplet: 37, 6A and 4B. RGB value is (55,106,75). Sum of RGB (Red+Green+Blue) = 55+106+75=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #376A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376A4B is #C895B4. Grayscale: #575757. Windows color (decimal): -13145525 or 4942391. OLE color: 4942391.

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

Color convert

RGB5510675-
CMYK0.4800.290.58
HSL143.53º31.68%31.57%-
HSV(B)143.53º48.11%41.57%-
XYZ811.638.48-
YUV87.22121.1105.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 75 (29.69% from 255) = 31.78%
R=23.31%
G=44.92%
B=31.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55106750.4800.290.58143.5331.6831.57
Hex376A4B3001D3A902020
Octal6715211360035722204040
Binary1101111101010100101111000001110111101010010000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,106,75); }

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

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

 a { background-color: rgb(55,106,75); }

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

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

 span { border-color: rgb(55,106,75); }

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