Html Css Color HEX #377B49 Amazon

📋 copy color: '#377B49'

red 55 ◦ green 123 ◦ blue 73

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

Shades of Amazon #377B49

Tints of Amazon #377B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49%

 BLUE value IS 73 (28.91% from 255) = 29.08%

R = 21.91%
G = 49%
B = 29.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#377B49 (or 0x377B49) is known color: Amazon. HEX triplet: 37, 7B and 49. RGB value is (55,123,73). Sum of RGB (Red+Green+Blue) = 55+123+73=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #377B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B49 is #C884B6. Grayscale: #616161. Windows color (decimal): -13141175 or 4815671. OLE color: 4815671.

HSL color Cylindrical-coordinate representation of color #377B49: hue angle of 135.88º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B49 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 123 73 -
CMYK 0.55 0 0.41 0.52
HSL 135.88º 0.38% 0.35% -
HSV(B) 135.88º 0.55% 0.48% -
XYZ 9.86 15.46 8.77 -
YUV 96.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 55 123 73 0.55 0 0.41 0.52 135.88 0.38 0.35
Hex 37 7B 49 37 0 29 34 88 26 23
Octal 67 173 111 67 0 51 64 210 46 43
Binary 110111 1111011 1001001 110111 0 101001 110100 10001000 100110 100011

Color Harmonies of #377B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B49

Black with #377B49

Text Example


Text Example

White with #377B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,123,73); }

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

background-color css

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

 a { background-color: rgb(55,123,73); }

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

border-color css

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

 span { border-color: rgb(55,123,73); }

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