Html Css Color HEX #37775E Amazon

📋 copy color: '#37775E'

red 55 ◦ green 119 ◦ blue 94

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

Shades of Amazon #37775E

Tints of Amazon #37775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

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

R = 20.52%
G = 44.4%
B = 35.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#37775E (or 0x37775E) is known color: Amazon. HEX triplet: 37, 77 and 5E. RGB value is (55,119,94). Sum of RGB (Red+Green+Blue) = 55+119+94=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #37775E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37775E is #C888A1. Grayscale: #616161. Windows color (decimal): -13142178 or 6190903. OLE color: 6190903.

HSL color Cylindrical-coordinate representation of color #37775E: hue angle of 156.56º 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 #37775E is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 119 94 -
CMYK 0.54 0 0.21 0.53
HSL 156.56º 0.37% 0.34% -
HSV(B) 156.56º 0.54% 0.47% -
XYZ 10.19 14.81 12.91 -
YUV 97.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 55 119 94 0.54 0 0.21 0.53 156.56 0.37 0.34
Hex 37 77 5E 36 0 15 35 9D 25 22
Octal 67 167 136 66 0 25 65 235 45 42
Binary 110111 1110111 1011110 110110 0 10101 110101 10011101 100101 100010

Color Harmonies of #37775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37775E

Black with #37775E

Text Example


Text Example

White with #37775E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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