Html Css Color HEX #377F56 Amazon

📋 copy color: '#377F56'

red 55 ◦ green 127 ◦ blue 86

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

Shades of Amazon #377F56

Tints of Amazon #377F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 20.52%
G = 47.39%
B = 32.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#377F56 (or 0x377F56) is known color: Amazon. HEX triplet: 37, 7F and 56. RGB value is (55,127,86). Sum of RGB (Red+Green+Blue) = 55+127+86=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #377F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F56 is #C880A9. Grayscale: #646464. Windows color (decimal): -13140138 or 5668663. OLE color: 5668663.

HSL color Cylindrical-coordinate representation of color #377F56: hue angle of 145.83º 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 #377F56 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 86 -
CMYK 0.57 0 0.32 0.50
HSL 145.83º 0.4% 0.36% -
HSV(B) 145.83º 0.57% 0.5% -
XYZ 10.84 16.66 11.45 -
YUV 100.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 55 127 86 0.57 0 0.32 0.50 145.83 0.4 0.36
Hex 37 7F 56 39 0 20 32 92 28 24
Octal 67 177 126 71 0 40 62 222 50 44
Binary 110111 1111111 1010110 111001 0 100000 110010 10010010 101000 100100

Color Harmonies of #377F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F56

Black with #377F56

Text Example


Text Example

White with #377F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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