Html Css Color HEX #37744C Amazon

📋 copy color: '#37744C'

red 55 ◦ green 116 ◦ blue 76

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

Shades of Amazon #37744C

Tints of Amazon #37744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.96%

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

R = 22.27%
G = 46.96%
B = 30.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#37744C (or 0x37744C) is known color: Amazon. HEX triplet: 37, 74 and 4C. RGB value is (55,116,76). Sum of RGB (Red+Green+Blue) = 55+116+76=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #37744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37744C is #C88BB3. Grayscale: #5D5D5D. Windows color (decimal): -13142964 or 5010487. OLE color: 5010487.

HSL color Cylindrical-coordinate representation of color #37744C: hue angle of 140.66º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37744C is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 116 76 -
CMYK 0.53 0 0.34 0.55
HSL 140.66º 0.36% 0.34% -
HSV(B) 140.66º 0.53% 0.45% -
XYZ 9.13 13.82 9.02 -
YUV 93.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 55 116 76 0.53 0 0.34 0.55 140.66 0.36 0.34
Hex 37 74 4C 35 0 22 37 8D 24 22
Octal 67 164 114 65 0 42 67 215 44 42
Binary 110111 1110100 1001100 110101 0 100010 110111 10001101 100100 100010

Color Harmonies of #37744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37744C

Black with #37744C

Text Example


Text Example

White with #37744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37744C; }

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

 H1.HeaderClassName
 {
   color: #37744C;
 }
 .AnyTagClassName
 {
   color: #37744C;
 }
</style>

background-color css

<style>
 a { background-color: #37744C; }

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

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

border-color css

<style>
 span { border-color: #37744C; }

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

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