#377C4E

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

Shades of Amazon #377C4E

Tints of Amazon #377C4E

Color information

#377C4E (or 0x377C4E) is unknown color: approx Amazon. HEX triplet: 37, 7C and 4E. RGB value is (55,124,78). Sum of RGB (Red+Green+Blue) = 55+124+78=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #377C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C4E is #C883B1. Grayscale: #626262. Windows color (decimal): -13140914 or 5143607. OLE color: 5143607.

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

Color convert

RGB5512478-
CMYK0.5600.370.51
HSL140º38.55%35.1%-
HSV(B)140º55.65%48.63%-
XYZ10.1615.789.72-
YUV98.12116.6497.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 124 (48.83% from 255) = 48.25%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=21.40%
G=48.25%
B=30.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55124780.5600.370.5114038.5535.1
Hex377C4E38025338c2723
Octal6717411670045632144743
Binary11011111111001001110111000010010111001110001100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,124,78); }

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

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

 a { background-color: rgb(55,124,78); }

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

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

 span { border-color: rgb(55,124,78); }

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