Html Css Color HEX #37785E Amazon

📋 copy color: '#37785E'

red 55 ◦ green 120 ◦ blue 94

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

Shades of Amazon #37785E

Tints of Amazon #37785E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 20.45%
G = 44.61%
B = 34.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#37785E (or 0x37785E) is known color: Amazon. HEX triplet: 37, 78 and 5E. RGB value is (55,120,94). Sum of RGB (Red+Green+Blue) = 55+120+94=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #37785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37785E is #C887A1. Grayscale: #616161. Windows color (decimal): -13141922 or 6191159. OLE color: 6191159.

HSL color Cylindrical-coordinate representation of color #37785E: hue angle of 156º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37785E is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 120 94 -
CMYK 0.54 0 0.22 0.53
HSL 156º 0.37% 0.34% -
HSV(B) 156º 0.54% 0.47% -
XYZ 10.31 15.05 12.95 -
YUV 97.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 55 120 94 0.54 0 0.22 0.53 156 0.37 0.34
Hex 37 78 5E 36 0 16 35 9C 25 22
Octal 67 170 136 66 0 26 65 234 45 42
Binary 110111 1111000 1011110 110110 0 10110 110101 10011100 100101 100010

Color Harmonies of #37785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37785E

Black with #37785E

Text Example


Text Example

White with #37785E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37785E; }

 p { color: rgb(55,120,94); }

 H1.HeaderClassName
 {
   color: #37785E;
 }
 .AnyTagClassName
 {
   color: #37785E;
 }
</style>

background-color css

<style>
 a { background-color: #37785E; }

 a { background-color: rgb(55,120,94); }

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

border-color css

<style>
 span { border-color: #37785E; }

 span { border-color: rgb(55,120,94); }

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