Html Css Color HEX #376A4E Amazon

📋 copy color: '#376A4E'

red 55 ◦ green 106 ◦ blue 78

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

Shades of Amazon #376A4E

Tints of Amazon #376A4E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.35%

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

R = 23.01%
G = 44.35%
B = 32.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#376A4E (or 0x376A4E) is known color: Amazon. HEX triplet: 37, 6A and 4E. RGB value is (55,106,78). Sum of RGB (Red+Green+Blue) = 55+106+78=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #376A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A4E is #C895B1. Grayscale: #575757. Windows color (decimal): -13145522 or 5138999. OLE color: 5138999.

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

Color convert

RGB 55 106 78 -
CMYK 0.48 0 0.26 0.58
HSL 147.06º 0.32% 0.32% -
HSV(B) 147.06º 0.48% 0.42% -
XYZ 8.1 11.67 9.03 -
YUV 87.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 55 106 78 0.48 0 0.26 0.58 147.06 0.32 0.32
Hex 37 6A 4E 30 0 1A 3A 93 20 20
Octal 67 152 116 60 0 32 72 223 40 40
Binary 110111 1101010 1001110 110000 0 11010 111010 10010011 100000 100000

Color Harmonies of #376A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376A4E

Black with #376A4E

Text Example


Text Example

White with #376A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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