Html Css Color HEX #377759 Amazon

📋 copy color: '#377759'

red 55 ◦ green 119 ◦ blue 89

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

Shades of Amazon #377759

Tints of Amazon #377759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.25%

 BLUE value IS 89 (35.16% from 255) = 33.84%

R = 20.91%
G = 45.25%
B = 33.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#377759 (or 0x377759) is known color: Amazon. HEX triplet: 37, 77 and 59. RGB value is (55,119,89). Sum of RGB (Red+Green+Blue) = 55+119+89=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #377759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377759 is #C888A6. Grayscale: #606060. Windows color (decimal): -13142183 or 5863223. OLE color: 5863223.

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

Color convert

RGB 55 119 89 -
CMYK 0.54 0 0.25 0.53
HSL 151.88º 0.37% 0.34% -
HSV(B) 151.88º 0.54% 0.47% -
XYZ 9.98 14.73 11.77 -
YUV 96.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 55 119 89 0.54 0 0.25 0.53 151.88 0.37 0.34
Hex 37 77 59 36 0 19 35 98 25 22
Octal 67 167 131 66 0 31 65 230 45 42
Binary 110111 1110111 1011001 110110 0 11001 110101 10011000 100101 100010

Color Harmonies of #377759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377759

Black with #377759

Text Example


Text Example

White with #377759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377759; }

 p { color: rgb(55,119,89); }

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

background-color css

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

 a { background-color: rgb(55,119,89); }

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

border-color css

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

 span { border-color: rgb(55,119,89); }

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