Html Css Color HEX #376C4D Amazon

📋 copy color: '#376C4D'

red 55 ◦ green 108 ◦ blue 77

#376C4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #376C4D

Tints of Amazon #376C4D

RGB

 RED value IS 55 (21.88% from 255) = 22.92%

 GREEN value IS 108 (42.58% from 255) = 45%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 22.92%
G = 45%
B = 32.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#376C4D (or 0x376C4D) is known color: Amazon. HEX triplet: 37, 6C and 4D. RGB value is (55,108,77). Sum of RGB (Red+Green+Blue) = 55+108+77=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #376C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C4D is #C893B2. Grayscale: #585858. Windows color (decimal): -13145011 or 5073975. OLE color: 5073975.

HSL color Cylindrical-coordinate representation of color #376C4D: hue angle of 144.91º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #376C4D is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 108 77 -
CMYK 0.49 0 0.29 0.58
HSL 144.91º 0.33% 0.32% -
HSV(B) 144.91º 0.49% 0.42% -
XYZ 8.28 12.07 8.92 -
YUV 88.62 121.44 104.02 -
System Red Green Blue C M Y K H S L
Decimal 55 108 77 0.49 0 0.29 0.58 144.91 0.33 0.32
Hex 37 6C 4D 31 0 1D 3A 91 21 20
Octal 67 154 115 61 0 35 72 221 41 40
Binary 110111 1101100 1001101 110001 0 11101 111010 10010001 100001 100000

Color Harmonies of #376C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C4D

Black with #376C4D

Text Example


Text Example

White with #376C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #376C4D;
 }
 .AnyTagClassName
 {
   color: #376C4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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