Html Css Color HEX #377D4D Amazon

📋 copy color: '#377D4D'

red 55 ◦ green 125 ◦ blue 77

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

Shades of Amazon #377D4D

Tints of Amazon #377D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 21.4%
G = 48.64%
B = 29.96%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#377D4D (or 0x377D4D) is known color: Amazon. HEX triplet: 37, 7D and 4D. RGB value is (55,125,77). Sum of RGB (Red+Green+Blue) = 55+125+77=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #377D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D4D is #C882B2. Grayscale: #626262. Windows color (decimal): -13140659 or 5078327. OLE color: 5078327.

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

Color convert

RGB 55 125 77 -
CMYK 0.56 0 0.38 0.51
HSL 138.86º 0.39% 0.35% -
HSV(B) 138.86º 0.56% 0.49% -
XYZ 10.25 16.02 9.57 -
YUV 98.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 55 125 77 0.56 0 0.38 0.51 138.86 0.39 0.35
Hex 37 7D 4D 38 0 26 33 8B 27 23
Octal 67 175 115 70 0 46 63 213 47 43
Binary 110111 1111101 1001101 111000 0 100110 110011 10001011 100111 100011

Color Harmonies of #377D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D4D

Black with #377D4D

Text Example


Text Example

White with #377D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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