Html Css Color HEX #376F47 Amazon

📋 copy color: '#376F47'

red 55 ◦ green 111 ◦ blue 71

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

Shades of Amazon #376F47

Tints of Amazon #376F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.84%

 BLUE value IS 71 (28.13% from 255) = 29.96%

R = 23.21%
G = 46.84%
B = 29.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#376F47 (or 0x376F47) is known color: Amazon. HEX triplet: 37, 6F and 47. RGB value is (55,111,71). Sum of RGB (Red+Green+Blue) = 55+111+71=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #376F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #376F47 is #C890B8. Grayscale: #595959. Windows color (decimal): -13144249 or 4681527. OLE color: 4681527.

HSL color Cylindrical-coordinate representation of color #376F47: hue angle of 137.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376F47 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 111 71 -
CMYK 0.50 0 0.36 0.56
HSL 137.14º 0.34% 0.33% -
HSV(B) 137.14º 0.5% 0.44% -
XYZ 8.4 12.64 7.96 -
YUV 89.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 55 111 71 0.50 0 0.36 0.56 137.14 0.34 0.33
Hex 37 6F 47 32 0 24 38 89 22 21
Octal 67 157 107 62 0 44 70 211 42 41
Binary 110111 1101111 1000111 110010 0 100100 111000 10001001 100010 100001

Color Harmonies of #376F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376F47

Black with #376F47

Text Example


Text Example

White with #376F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,111,71); }

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

background-color css

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

 a { background-color: rgb(55,111,71); }

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

border-color css

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

 span { border-color: rgb(55,111,71); }

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