Html Css Color HEX #376E4C Amazon

📋 copy color: '#376E4C'

red 55 ◦ green 110 ◦ blue 76

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

Shades of Amazon #376E4C

Tints of Amazon #376E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 22.82%
G = 45.64%
B = 31.54%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#376E4C (or 0x376E4C) is known color: Amazon. HEX triplet: 37, 6E and 4C. RGB value is (55,110,76). Sum of RGB (Red+Green+Blue) = 55+110+76=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #376E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376E4C is #C891B3. Grayscale: #595959. Windows color (decimal): -13144500 or 5008951. OLE color: 5008951.

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

Color convert

RGB 55 110 76 -
CMYK 0.5 0 0.31 0.57
HSL 142.91º 0.33% 0.32% -
HSV(B) 142.91º 0.5% 0.43% -
XYZ 8.46 12.49 8.8 -
YUV 89.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 55 110 76 0.5 0 0.31 0.57 142.91 0.33 0.32
Hex 37 6E 4C 32 0 1F 39 8F 21 20
Octal 67 156 114 62 0 37 71 217 41 40
Binary 110111 1101110 1001100 110010 0 11111 111001 10001111 100001 100000

Color Harmonies of #376E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E4C

Black with #376E4C

Text Example


Text Example

White with #376E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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