Html Css Color HEX #377D53 Amazon

📋 copy color: '#377D53'

red 55 ◦ green 125 ◦ blue 83

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

Shades of Amazon #377D53

Tints of Amazon #377D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 20.91%
G = 47.53%
B = 31.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#377D53 (or 0x377D53) is known color: Amazon. HEX triplet: 37, 7D and 53. RGB value is (55,125,83). Sum of RGB (Red+Green+Blue) = 55+125+83=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 125 - color contains mainly: green. Hex color #377D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D53 is #C882AC. Grayscale: #636363. Windows color (decimal): -13140653 or 5471543. OLE color: 5471543.

HSL color Cylindrical-coordinate representation of color #377D53: hue angle of 144º 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 #377D53 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 125 83 -
CMYK 0.56 0 0.34 0.51
HSL 144º 0.39% 0.35% -
HSV(B) 144º 0.56% 0.49% -
XYZ 10.47 16.1 10.74 -
YUV 99.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 55 125 83 0.56 0 0.34 0.51 144 0.39 0.35
Hex 37 7D 53 38 0 22 33 90 27 23
Octal 67 175 123 70 0 42 63 220 47 43
Binary 110111 1111101 1010011 111000 0 100010 110011 10010000 100111 100011

Color Harmonies of #377D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D53

Black with #377D53

Text Example


Text Example

White with #377D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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