Html Css Color HEX #376D4E Amazon

📋 copy color: '#376D4E'

red 55 ◦ green 109 ◦ blue 78

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

Shades of Amazon #376D4E

Tints of Amazon #376D4E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.04%

 BLUE value IS 78 (30.86% from 255) = 32.23%

R = 22.73%
G = 45.04%
B = 32.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#376D4E (or 0x376D4E) is known color: Amazon. HEX triplet: 37, 6D and 4E. RGB value is (55,109,78). Sum of RGB (Red+Green+Blue) = 55+109+78=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 109 - color contains mainly: green. Hex color #376D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D4E is #C892B1. Grayscale: #595959. Windows color (decimal): -13144754 or 5139767. OLE color: 5139767.

HSL color Cylindrical-coordinate representation of color #376D4E: hue angle of 145.56º 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 #376D4E is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 109 78 -
CMYK 0.50 0 0.28 0.57
HSL 145.56º 0.33% 0.32% -
HSV(B) 145.56º 0.5% 0.43% -
XYZ 8.42 12.3 9.14 -
YUV 89.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 55 109 78 0.50 0 0.28 0.57 145.56 0.33 0.32
Hex 37 6D 4E 32 0 1C 39 92 21 20
Octal 67 155 116 62 0 34 71 222 41 40
Binary 110111 1101101 1001110 110010 0 11100 111001 10010010 100001 100000

Color Harmonies of #376D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D4E

Black with #376D4E

Text Example


Text Example

White with #376D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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