Html Css Color HEX #377D5A Amazon

📋 copy color: '#377D5A'

red 55 ◦ green 125 ◦ blue 90

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

Shades of Amazon #377D5A

Tints of Amazon #377D5A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.3%

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 20.37%
G = 46.3%
B = 33.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#377D5A (or 0x377D5A) is known color: Amazon. HEX triplet: 37, 7D and 5A. RGB value is (55,125,90). Sum of RGB (Red+Green+Blue) = 55+125+90=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #377D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D5A is #C882A5. Grayscale: #646464. Windows color (decimal): -13140646 or 5930295. OLE color: 5930295.

HSL color Cylindrical-coordinate representation of color #377D5A: hue angle of 150º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D5A is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 125 90 -
CMYK 0.56 0 0.28 0.51
HSL 150º 0.39% 0.35% -
HSV(B) 150º 0.56% 0.49% -
XYZ 10.75 16.22 12.24 -
YUV 100.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 55 125 90 0.56 0 0.28 0.51 150 0.39 0.35
Hex 37 7D 5A 38 0 1C 33 96 27 23
Octal 67 175 132 70 0 34 63 226 47 43
Binary 110111 1111101 1011010 111000 0 11100 110011 10010110 100111 100011

Color Harmonies of #377D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D5A

Black with #377D5A

Text Example


Text Example

White with #377D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377D5A; }

 p { color: rgb(55,125,90); }

 H1.HeaderClassName
 {
   color: #377D5A;
 }
 .AnyTagClassName
 {
   color: #377D5A;
 }
</style>

background-color css

<style>
 a { background-color: #377D5A; }

 a { background-color: rgb(55,125,90); }

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

border-color css

<style>
 span { border-color: #377D5A; }

 span { border-color: rgb(55,125,90); }

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