Html Css Color HEX #376C4B Amazon

📋 copy color: '#376C4B'

red 55 ◦ green 108 ◦ blue 75

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

Shades of Amazon #376C4B

Tints of Amazon #376C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 23.11%
G = 45.38%
B = 31.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#376C4B (or 0x376C4B) is known color: Amazon. HEX triplet: 37, 6C and 4B. RGB value is (55,108,75). Sum of RGB (Red+Green+Blue) = 55+108+75=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #376C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376C4B is #C893B4. Grayscale: #585858. Windows color (decimal): -13145013 or 4942903. OLE color: 4942903.

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

Color convert

RGB 55 108 75 -
CMYK 0.49 0 0.31 0.58
HSL 142.64º 0.33% 0.32% -
HSV(B) 142.64º 0.49% 0.42% -
XYZ 8.21 12.05 8.55 -
YUV 88.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 55 108 75 0.49 0 0.31 0.58 142.64 0.33 0.32
Hex 37 6C 4B 31 0 1F 3A 8F 21 20
Octal 67 154 113 61 0 37 72 217 41 40
Binary 110111 1101100 1001011 110001 0 11111 111010 10001111 100001 100000

Color Harmonies of #376C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376C4B

Black with #376C4B

Text Example


Text Example

White with #376C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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