Html Css Color HEX #377649 Amazon

📋 copy color: '#377649'

red 55 ◦ green 118 ◦ blue 73

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

Shades of Amazon #377649

Tints of Amazon #377649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.97%

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

R = 22.36%
G = 47.97%
B = 29.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#377649 (or 0x377649) is known color: Amazon. HEX triplet: 37, 76 and 49. RGB value is (55,118,73). Sum of RGB (Red+Green+Blue) = 55+118+73=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #377649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377649 is #C889B6. Grayscale: #5E5E5E. Windows color (decimal): -13142455 or 4814391. OLE color: 4814391.

HSL color Cylindrical-coordinate representation of color #377649: hue angle of 137.14º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377649 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 118 73 -
CMYK 0.53 0 0.38 0.54
HSL 137.14º 0.36% 0.34% -
HSV(B) 137.14º 0.53% 0.46% -
XYZ 9.26 14.25 8.57 -
YUV 94.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 55 118 73 0.53 0 0.38 0.54 137.14 0.36 0.34
Hex 37 76 49 35 0 26 36 89 24 22
Octal 67 166 111 65 0 46 66 211 44 42
Binary 110111 1110110 1001001 110101 0 100110 110110 10001001 100100 100010

Color Harmonies of #377649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377649

Black with #377649

Text Example


Text Example

White with #377649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377649; }

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

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

background-color css

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

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

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

border-color css

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

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

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