Html Css Color HEX #377F53 Amazon

📋 copy color: '#377F53'

red 55 ◦ green 127 ◦ blue 83

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

Shades of Amazon #377F53

Tints of Amazon #377F53

RGB

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

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

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

R = 20.75%
G = 47.92%
B = 31.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#377F53 (or 0x377F53) is known color: Amazon. HEX triplet: 37, 7F and 53. RGB value is (55,127,83). Sum of RGB (Red+Green+Blue) = 55+127+83=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 127 - color contains mainly: green. Hex color #377F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377F53 is #C880AC. Grayscale: #646464. Windows color (decimal): -13140141 or 5472055. OLE color: 5472055.

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

Color convert

RGB 55 127 83 -
CMYK 0.57 0 0.35 0.50
HSL 143.33º 0.4% 0.36% -
HSV(B) 143.33º 0.57% 0.5% -
XYZ 10.73 16.62 10.83 -
YUV 100.46 118.15 95.58 -
System Red Green Blue C M Y K H S L
Decimal 55 127 83 0.57 0 0.35 0.50 143.33 0.4 0.36
Hex 37 7F 53 39 0 23 32 8F 28 24
Octal 67 177 123 71 0 43 62 217 50 44
Binary 110111 1111111 1010011 111001 0 100011 110010 10001111 101000 100100

Color Harmonies of #377F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F53

Black with #377F53

Text Example


Text Example

White with #377F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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