Html Css Color HEX #376F4D Amazon

📋 copy color: '#376F4D'

red 55 ◦ green 111 ◦ blue 77

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

Shades of Amazon #376F4D

Tints of Amazon #376F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.68%

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

R = 22.63%
G = 45.68%
B = 31.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#376F4D (or 0x376F4D) is known color: Amazon. HEX triplet: 37, 6F and 4D. RGB value is (55,111,77). Sum of RGB (Red+Green+Blue) = 55+111+77=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #376F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F4D is #C890B2. Grayscale: #5A5A5A. Windows color (decimal): -13144243 or 5074743. OLE color: 5074743.

HSL color Cylindrical-coordinate representation of color #376F4D: hue angle of 143.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F4D is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 77 -
CMYK 0.50 0 0.31 0.56
HSL 143.57º 0.34% 0.33% -
HSV(B) 143.57º 0.5% 0.44% -
XYZ 8.6 12.72 9.02 -
YUV 90.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 55 111 77 0.50 0 0.31 0.56 143.57 0.34 0.33
Hex 37 6F 4D 32 0 1F 38 90 22 21
Octal 67 157 115 62 0 37 70 220 42 41
Binary 110111 1101111 1001101 110010 0 11111 111000 10010000 100010 100001

Color Harmonies of #376F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F4D

Black with #376F4D

Text Example


Text Example

White with #376F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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