Html Css Color HEX #37754C Amazon

📋 copy color: '#37754C'

red 55 ◦ green 117 ◦ blue 76

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

Shades of Amazon #37754C

Tints of Amazon #37754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

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

R = 22.18%
G = 47.18%
B = 30.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#37754C (or 0x37754C) is known color: Amazon. HEX triplet: 37, 75 and 4C. RGB value is (55,117,76). Sum of RGB (Red+Green+Blue) = 55+117+76=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #37754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37754C is #C88AB3. Grayscale: #5D5D5D. Windows color (decimal): -13142708 or 5010743. OLE color: 5010743.

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

Color convert

RGB 55 117 76 -
CMYK 0.53 0 0.35 0.54
HSL 140.32º 0.36% 0.34% -
HSV(B) 140.32º 0.53% 0.46% -
XYZ 9.24 14.06 9.06 -
YUV 93.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 55 117 76 0.53 0 0.35 0.54 140.32 0.36 0.34
Hex 37 75 4C 35 0 23 36 8C 24 22
Octal 67 165 114 65 0 43 66 214 44 42
Binary 110111 1110101 1001100 110101 0 100011 110110 10001100 100100 100010

Color Harmonies of #37754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37754C

Black with #37754C

Text Example


Text Example

White with #37754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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