Html Css Color HEX #376C48 Amazon

📋 copy color: '#376C48'

red 55 ◦ green 108 ◦ blue 72

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

Shades of Amazon #376C48

Tints of Amazon #376C48

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.96%

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 23.4%
G = 45.96%
B = 30.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#376C48 (or 0x376C48) is known color: Amazon. HEX triplet: 37, 6C and 48. RGB value is (55,108,72). Sum of RGB (Red+Green+Blue) = 55+108+72=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 108 - color contains mainly: green. Hex color #376C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376C48 is #C893B7. Grayscale: #585858. Windows color (decimal): -13145016 or 4746295. OLE color: 4746295.

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

Color convert

RGB 55 108 72 -
CMYK 0.49 0 0.33 0.58
HSL 139.25º 0.33% 0.32% -
HSV(B) 139.25º 0.49% 0.42% -
XYZ 8.11 12.01 8.02 -
YUV 88.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 55 108 72 0.49 0 0.33 0.58 139.25 0.33 0.32
Hex 37 6C 48 31 0 21 3A 8B 21 20
Octal 67 154 110 61 0 41 72 213 41 40
Binary 110111 1101100 1001000 110001 0 100001 111010 10001011 100001 100000

Color Harmonies of #376C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C48

Black with #376C48

Text Example


Text Example

White with #376C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,108,72); }

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

background-color css

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

 a { background-color: rgb(55,108,72); }

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

border-color css

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

 span { border-color: rgb(55,108,72); }

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