Html Css Color HEX #377150 Amazon

📋 copy color: '#377150'

red 55 ◦ green 113 ◦ blue 80

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

Shades of Amazon #377150

Tints of Amazon #377150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.56%

 BLUE value IS 80 (31.64% from 255) = 32.26%

R = 22.18%
G = 45.56%
B = 32.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#377150 (or 0x377150) is known color: Amazon. HEX triplet: 37, 71 and 50. RGB value is (55,113,80). Sum of RGB (Red+Green+Blue) = 55+113+80=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #377150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377150 is #C88EAF. Grayscale: #5B5B5B. Windows color (decimal): -13143728 or 5271863. OLE color: 5271863.

HSL color Cylindrical-coordinate representation of color #377150: hue angle of 145.86º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377150 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 80 -
CMYK 0.51 0 0.29 0.56
HSL 145.86º 0.35% 0.33% -
HSV(B) 145.86º 0.51% 0.44% -
XYZ 8.93 13.2 9.67 -
YUV 91.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 55 113 80 0.51 0 0.29 0.56 145.86 0.35 0.33
Hex 37 71 50 33 0 1D 38 92 23 21
Octal 67 161 120 63 0 35 70 222 43 41
Binary 110111 1110001 1010000 110011 0 11101 111000 10010010 100011 100001

Color Harmonies of #377150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377150

Black with #377150

Text Example


Text Example

White with #377150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377150; }

 p { color: rgb(55,113,80); }

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

background-color css

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

 a { background-color: rgb(55,113,80); }

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

border-color css

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

 span { border-color: rgb(55,113,80); }

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