Html Css Color HEX #377B5B Amazon

📋 copy color: '#377B5B'

red 55 ◦ green 123 ◦ blue 91

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

Shades of Amazon #377B5B

Tints of Amazon #377B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 45.72%

 BLUE value IS 91 (35.94% from 255) = 33.83%

R = 20.45%
G = 45.72%
B = 33.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#377B5B (or 0x377B5B) is known color: Amazon. HEX triplet: 37, 7B and 5B. RGB value is (55,123,91). Sum of RGB (Red+Green+Blue) = 55+123+91=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #377B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377B5B is #C884A4. Grayscale: #636363. Windows color (decimal): -13141157 or 5995319. OLE color: 5995319.

HSL color Cylindrical-coordinate representation of color #377B5B: hue angle of 151.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B5B is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 123 91 -
CMYK 0.55 0 0.26 0.52
HSL 151.76º 0.38% 0.35% -
HSV(B) 151.76º 0.55% 0.48% -
XYZ 10.55 15.73 12.38 -
YUV 99.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 55 123 91 0.55 0 0.26 0.52 151.76 0.38 0.35
Hex 37 7B 5B 37 0 1A 34 98 26 23
Octal 67 173 133 67 0 32 64 230 46 43
Binary 110111 1111011 1011011 110111 0 11010 110100 10011000 100110 100011

Color Harmonies of #377B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B5B

Black with #377B5B

Text Example


Text Example

White with #377B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,123,91); }

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

background-color css

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

 a { background-color: rgb(55,123,91); }

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

border-color css

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

 span { border-color: rgb(55,123,91); }

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