#376B4F

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

Shades of Amazon #376B4F

Tints of Amazon #376B4F

Color information

#376B4F (or 0x376B4F) is unknown color: approx Amazon. HEX triplet: 37, 6B and 4F. RGB value is (55,107,79). Sum of RGB (Red+Green+Blue) = 55+107+79=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #376B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B4F is #C894B0. Grayscale: #585858. Windows color (decimal): -13145265 or 5204791. OLE color: 5204791.

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

Color convert

RGB5510779-
CMYK0.4900.260.58
HSL147.69º32.1%31.76%-
HSV(B)147.69º48.6%41.96%-
XYZ8.2411.899.26-
YUV88.26122.77104.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=22.82%
G=44.40%
B=32.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55107790.4900.260.58147.6932.131.76
Hex376B4F3101A3A942020
Octal6715311761032722244040
Binary1101111101011100111111000101101011101010010100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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