Html Css Color HEX #377756 Amazon

📋 copy color: '#377756'

red 55 ◦ green 119 ◦ blue 86

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

Shades of Amazon #377756

Tints of Amazon #377756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.08%

R = 21.15%
G = 45.77%
B = 33.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#377756 (or 0x377756) is known color: Amazon. HEX triplet: 37, 77 and 56. RGB value is (55,119,86). Sum of RGB (Red+Green+Blue) = 55+119+86=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #377756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377756 is #C888A9. Grayscale: #606060. Windows color (decimal): -13142186 or 5666615. OLE color: 5666615.

HSL color Cylindrical-coordinate representation of color #377756: hue angle of 149.06º 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 #377756 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 119 86 -
CMYK 0.54 0 0.28 0.53
HSL 149.06º 0.37% 0.34% -
HSV(B) 149.06º 0.54% 0.47% -
XYZ 9.85 14.68 11.12 -
YUV 96.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 55 119 86 0.54 0 0.28 0.53 149.06 0.37 0.34
Hex 37 77 56 36 0 1C 35 95 25 22
Octal 67 167 126 66 0 34 65 225 45 42
Binary 110111 1110111 1010110 110110 0 11100 110101 10010101 100101 100010

Color Harmonies of #377756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377756

Black with #377756

Text Example


Text Example

White with #377756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377756; }

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

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

background-color css

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

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

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

border-color css

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

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

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