#377C4D

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

Shades of Amazon #377C4D

Tints of Amazon #377C4D

Color information

#377C4D (or 0x377C4D) is unknown color: approx Amazon. HEX triplet: 37, 7C and 4D. RGB value is (55,124,77). Sum of RGB (Red+Green+Blue) = 55+124+77=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 124 (48.83% from 255 or 48.44% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 124 - color contains mainly: green. Hex color #377C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377C4D is #C883B2. Grayscale: #626262. Windows color (decimal): -13140915 or 5078071. OLE color: 5078071.

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

Color convert

RGB5512477-
CMYK0.5600.380.51
HSL139.13º38.55%35.1%-
HSV(B)139.13º55.65%48.63%-
XYZ10.1215.769.53-
YUV98.01116.1497.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 124 (48.83% from 255) = 48.44%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=21.48%
G=48.44%
B=30.08%

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
Decimal55124770.5600.380.51139.1338.5535.1
Hex377C4D38026338b2723
Octal6717411570046632134743
Binary11011111111001001101111000010011011001110001011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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