Html Css Color HEX #37704D Amazon

📋 copy color: '#37704D'

red 55 ◦ green 112 ◦ blue 77

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

Shades of Amazon #37704D

Tints of Amazon #37704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 22.54%
G = 45.9%
B = 31.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#37704D (or 0x37704D) is known color: Amazon. HEX triplet: 37, 70 and 4D. RGB value is (55,112,77). Sum of RGB (Red+Green+Blue) = 55+112+77=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #37704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37704D is #C88FB2. Grayscale: #5B5B5B. Windows color (decimal): -13143987 or 5074999. OLE color: 5074999.

HSL color Cylindrical-coordinate representation of color #37704D: hue angle of 143.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37704D is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 77 -
CMYK 0.51 0 0.31 0.56
HSL 143.16º 0.34% 0.33% -
HSV(B) 143.16º 0.51% 0.44% -
XYZ 8.71 12.94 9.06 -
YUV 90.97 120.12 102.35 -
System Red Green Blue C M Y K H S L
Decimal 55 112 77 0.51 0 0.31 0.56 143.16 0.34 0.33
Hex 37 70 4D 33 0 1F 38 8F 22 21
Octal 67 160 115 63 0 37 70 217 42 41
Binary 110111 1110000 1001101 110011 0 11111 111000 10001111 100010 100001

Color Harmonies of #37704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37704D

Black with #37704D

Text Example


Text Example

White with #37704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37704D; }

 p { color: rgb(55,112,77); }

 H1.HeaderClassName
 {
   color: #37704D;
 }
 .AnyTagClassName
 {
   color: #37704D;
 }
</style>

background-color css

<style>
 a { background-color: #37704D; }

 a { background-color: rgb(55,112,77); }

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

border-color css

<style>
 span { border-color: #37704D; }

 span { border-color: rgb(55,112,77); }

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