Html Css Color HEX #376B4E Amazon

📋 copy color: '#376B4E'

red 55 ◦ green 107 ◦ blue 78

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

Shades of Amazon #376B4E

Tints of Amazon #376B4E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

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

R = 22.92%
G = 44.58%
B = 32.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#376B4E (or 0x376B4E) is known color: Amazon. HEX triplet: 37, 6B and 4E. RGB value is (55,107,78). Sum of RGB (Red+Green+Blue) = 55+107+78=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 107 - color contains mainly: green. Hex color #376B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B4E is #C894B1. Grayscale: #585858. Windows color (decimal): -13145266 or 5139255. OLE color: 5139255.

HSL color Cylindrical-coordinate representation of color #376B4E: hue angle of 146.54º degrees, saturation: 0.32, 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 #376B4E is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 107 78 -
CMYK 0.49 0 0.27 0.58
HSL 146.54º 0.32% 0.32% -
HSV(B) 146.54º 0.49% 0.42% -
XYZ 8.21 11.88 9.07 -
YUV 88.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 55 107 78 0.49 0 0.27 0.58 146.54 0.32 0.32
Hex 37 6B 4E 31 0 1B 3A 93 20 20
Octal 67 153 116 61 0 33 72 223 40 40
Binary 110111 1101011 1001110 110001 0 11011 111010 10010011 100000 100000

Color Harmonies of #376B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376B4E

Black with #376B4E

Text Example


Text Example

White with #376B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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