Html Css Color HEX #37744A Amazon

📋 copy color: '#37744A'

red 55 ◦ green 116 ◦ blue 74

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

Shades of Amazon #37744A

Tints of Amazon #37744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 22.45%
G = 47.35%
B = 30.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#37744A (or 0x37744A) is known color: Amazon. HEX triplet: 37, 74 and 4A. RGB value is (55,116,74). Sum of RGB (Red+Green+Blue) = 55+116+74=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #37744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37744A is #C88BB5. Grayscale: #5D5D5D. Windows color (decimal): -13142966 or 4879415. OLE color: 4879415.

HSL color Cylindrical-coordinate representation of color #37744A: hue angle of 138.69º 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 #37744A is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 116 74 -
CMYK 0.53 0 0.36 0.55
HSL 138.69º 0.36% 0.34% -
HSV(B) 138.69º 0.53% 0.45% -
XYZ 9.06 13.8 8.66 -
YUV 92.97 117.29 100.92 -
System Red Green Blue C M Y K H S L
Decimal 55 116 74 0.53 0 0.36 0.55 138.69 0.36 0.34
Hex 37 74 4A 35 0 24 37 8B 24 22
Octal 67 164 112 65 0 44 67 213 44 42
Binary 110111 1110100 1001010 110101 0 100100 110111 10001011 100100 100010

Color Harmonies of #37744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37744A

Black with #37744A

Text Example


Text Example

White with #37744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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