Html Css Color HEX #377F4D Amazon

📋 copy color: '#377F4D'

red 55 ◦ green 127 ◦ blue 77

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

Shades of Amazon #377F4D

Tints of Amazon #377F4D

RGB

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

 GREEN value IS 127 (50% from 255) = 49.03%

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

R = 21.24%
G = 49.03%
B = 29.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.50

RGB Variations

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

Color information

#377F4D (or 0x377F4D) is known color: Amazon. HEX triplet: 37, 7F and 4D. RGB value is (55,127,77). Sum of RGB (Red+Green+Blue) = 55+127+77=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #377F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F4D is #C880B2. Grayscale: #636363. Windows color (decimal): -13140147 or 5078839. OLE color: 5078839.

HSL color Cylindrical-coordinate representation of color #377F4D: hue angle of 138.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #377F4D is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 77 -
CMYK 0.57 0 0.39 0.50
HSL 138.33º 0.4% 0.36% -
HSV(B) 138.33º 0.57% 0.5% -
XYZ 10.5 16.53 9.66 -
YUV 99.77 115.15 96.07 -
System Red Green Blue C M Y K H S L
Decimal 55 127 77 0.57 0 0.39 0.50 138.33 0.4 0.36
Hex 37 7F 4D 39 0 27 32 8A 28 24
Octal 67 177 115 71 0 47 62 212 50 44
Binary 110111 1111111 1001101 111001 0 100111 110010 10001010 101000 100100

Color Harmonies of #377F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F4D

Black with #377F4D

Text Example


Text Example

White with #377F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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