#377D4D

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

Shades of Amazon #377D4D

Tints of Amazon #377D4D

Color information

#377D4D (or 0x377D4D) is unknown color: approx Amazon. HEX triplet: 37, 7D and 4D. RGB value is (55,125,77). Sum of RGB (Red+Green+Blue) = 55+125+77=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #377D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D4D is #C882B2. Grayscale: #626262. Windows color (decimal): -13140659 or 5078327. OLE color: 5078327.

HSL color Cylindrical-coordinate representation of color #377D4D: hue angle of 138.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D4D is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB5512577-
CMYK0.5600.380.51
HSL138.86º38.89%35.29%-
HSV(B)138.86º56%49.02%-
XYZ10.2516.029.57-
YUV98.6115.8196.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 125 (49.22% from 255) = 48.64%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=21.40%
G=48.64%
B=29.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55125770.5600.380.51138.8638.8935.29
Hex377D4D38026338b2723
Octal6717511570046632134743
Binary11011111111011001101111000010011011001110001011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377D4D; }

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

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

<style>
 a { background-color: #377D4D; }

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

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

<style>
 span { border-color: #377D4D; }

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

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