Html Css Color HEX #376E53 Amazon

📋 copy color: '#376E53'

red 55 ◦ green 110 ◦ blue 83

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

Shades of Amazon #376E53

Tints of Amazon #376E53

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44.35%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 22.18%
G = 44.35%
B = 33.47%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#376E53 (or 0x376E53) is known color: Amazon. HEX triplet: 37, 6E and 53. RGB value is (55,110,83). Sum of RGB (Red+Green+Blue) = 55+110+83=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #376E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E53 is #C891AC. Grayscale: #5A5A5A. Windows color (decimal): -13144493 or 5467703. OLE color: 5467703.

HSL color Cylindrical-coordinate representation of color #376E53: hue angle of 150.55º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376E53 is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 110 83 -
CMYK 0.5 0 0.25 0.57
HSL 150.55º 0.33% 0.32% -
HSV(B) 150.55º 0.5% 0.43% -
XYZ 8.71 12.59 10.15 -
YUV 90.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 55 110 83 0.5 0 0.25 0.57 150.55 0.33 0.32
Hex 37 6E 53 32 0 19 39 97 21 20
Octal 67 156 123 62 0 31 71 227 41 40
Binary 110111 1101110 1010011 110010 0 11001 111001 10010111 100001 100000

Color Harmonies of #376E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E53

Black with #376E53

Text Example


Text Example

White with #376E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,110,83); }

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

background-color css

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

 a { background-color: rgb(55,110,83); }

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

border-color css

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

 span { border-color: rgb(55,110,83); }

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