Html Css Color HEX #37795E Amazon

📋 copy color: '#37795E'

red 55 ◦ green 121 ◦ blue 94

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

Shades of Amazon #37795E

Tints of Amazon #37795E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.81%

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

R = 20.37%
G = 44.81%
B = 34.81%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#37795E (or 0x37795E) is known color: Amazon. HEX triplet: 37, 79 and 5E. RGB value is (55,121,94). Sum of RGB (Red+Green+Blue) = 55+121+94=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #37795E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37795E is #C886A1. Grayscale: #626262. Windows color (decimal): -13141666 or 6191415. OLE color: 6191415.

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

Color convert

RGB 55 121 94 -
CMYK 0.55 0 0.22 0.53
HSL 155.45º 0.38% 0.35% -
HSV(B) 155.45º 0.55% 0.47% -
XYZ 10.43 15.3 12.99 -
YUV 98.19 125.63 97.2 -
System Red Green Blue C M Y K H S L
Decimal 55 121 94 0.55 0 0.22 0.53 155.45 0.38 0.35
Hex 37 79 5E 37 0 16 35 9B 26 23
Octal 67 171 136 67 0 26 65 233 46 43
Binary 110111 1111001 1011110 110111 0 10110 110101 10011011 100110 100011

Color Harmonies of #37795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37795E

Black with #37795E

Text Example


Text Example

White with #37795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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