Html Css Color HEX #37755E Amazon

📋 copy color: '#37755E'

red 55 ◦ green 117 ◦ blue 94

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

Shades of Amazon #37755E

Tints of Amazon #37755E

RGB

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

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

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

R = 20.68%
G = 43.98%
B = 35.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#37755E (or 0x37755E) is known color: Amazon. HEX triplet: 37, 75 and 5E. RGB value is (55,117,94). Sum of RGB (Red+Green+Blue) = 55+117+94=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #37755E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37755E is #C88AA1. Grayscale: #5F5F5F. Windows color (decimal): -13142690 or 6190391. OLE color: 6190391.

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

Color convert

RGB 55 117 94 -
CMYK 0.53 0 0.20 0.54
HSL 157.74º 0.36% 0.34% -
HSV(B) 157.74º 0.53% 0.46% -
XYZ 9.96 14.34 12.83 -
YUV 95.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 55 117 94 0.53 0 0.20 0.54 157.74 0.36 0.34
Hex 37 75 5E 35 0 14 36 9E 24 22
Octal 67 165 136 65 0 24 66 236 44 42
Binary 110111 1110101 1011110 110101 0 10100 110110 10011110 100100 100010

Color Harmonies of #37755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37755E

Black with #37755E

Text Example


Text Example

White with #37755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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