#377D47

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

Shades of Amazon #377D47

Tints of Amazon #377D47

Color information

#377D47 (or 0x377D47) is unknown color: approx Amazon. HEX triplet: 37, 7D and 47. RGB value is (55,125,71). Sum of RGB (Red+Green+Blue) = 55+125+71=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #377D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377D47 is #C882B8. Grayscale: #626262. Windows color (decimal): -13140665 or 4685111. OLE color: 4685111.

HSL color Cylindrical-coordinate representation of color #377D47: hue angle of 133.71º 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 #377D47 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB5512571-
CMYK0.5600.430.51
HSL133.71º38.89%35.29%-
HSV(B)133.71º56%49.02%-
XYZ10.0515.938.51-
YUV97.91112.8197.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 125 (49.22% from 255) = 49.80%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=21.91%
G=49.80%
B=28.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55125710.5600.430.51133.7138.8935.29
Hex377D473802B33862723
Octal6717510770053632064743
Binary11011111111011000111111000010101111001110000110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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