#376F4C

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

Shades of Amazon #376F4C

Tints of Amazon #376F4C

Color information

#376F4C (or 0x376F4C) is unknown color: approx Amazon. HEX triplet: 37, 6F and 4C. RGB value is (55,111,76). Sum of RGB (Red+Green+Blue) = 55+111+76=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #376F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F4C is #C890B3. Grayscale: #5A5A5A. Windows color (decimal): -13144244 or 5009207. OLE color: 5009207.

HSL color Cylindrical-coordinate representation of color #376F4C: hue angle of 142.5º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F4C is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB5511176-
CMYK0.5000.320.56
HSL142.5º33.73%32.55%-
HSV(B)142.5º50.45%43.53%-
XYZ8.5612.78.84-
YUV90.27119.95102.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 111 (43.75% from 255) = 45.87%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=22.73%
G=45.87%
B=31.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55111760.5000.320.56142.533.7332.55
Hex376F4C32020388e2221
Octal6715711462040702164241
Binary11011111011111001100110010010000011100010001110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,111,76); }

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

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

 a { background-color: rgb(55,111,76); }

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

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

 span { border-color: rgb(55,111,76); }

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