Html Css Color HEX #377758 Amazon

📋 copy color: '#377758'

red 55 ◦ green 119 ◦ blue 88

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

Shades of Amazon #377758

Tints of Amazon #377758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.59%

R = 20.99%
G = 45.42%
B = 33.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#377758 (or 0x377758) is known color: Amazon. HEX triplet: 37, 77 and 58. RGB value is (55,119,88). Sum of RGB (Red+Green+Blue) = 55+119+88=262 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.99% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #377758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377758 is #C888A7. Grayscale: #606060. Windows color (decimal): -13142184 or 5797687. OLE color: 5797687.

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

Color convert

RGB 55 119 88 -
CMYK 0.54 0 0.26 0.53
HSL 150.94º 0.37% 0.34% -
HSV(B) 150.94º 0.54% 0.47% -
XYZ 9.93 14.71 11.55 -
YUV 96.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 55 119 88 0.54 0 0.26 0.53 150.94 0.37 0.34
Hex 37 77 58 36 0 1A 35 97 25 22
Octal 67 167 130 66 0 32 65 227 45 42
Binary 110111 1110111 1011000 110110 0 11010 110101 10010111 100101 100010

Color Harmonies of #377758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377758

Black with #377758

Text Example


Text Example

White with #377758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377758; }

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

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

background-color css

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

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

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

border-color css

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

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

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