#377358

Color #377358 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #377358

Tints of Amazon #377358

Color information

#377358 (or 0x377358) is unknown color: approx Amazon. HEX triplet: 37, 73 and 58. RGB value is (55,115,88). Sum of RGB (Red+Green+Blue) = 55+115+88=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #377358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377358 is #C88CA7. Grayscale: #5E5E5E. Windows color (decimal): -13143208 or 5796663. OLE color: 5796663.

HSL color Cylindrical-coordinate representation of color #377358: hue angle of 153º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377358 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB5511588-
CMYK0.5200.230.55
HSL153º35.29%33.33%-
HSV(B)153º52.17%45.1%-
XYZ9.4713.7811.39-
YUV93.98124.62100.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.32%
GREEN value IS 115 (45.31% from 255) = 44.57%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=21.32%
G=44.57%
B=34.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55115880.5200.230.5515335.2933.33
Hex3773583401737992321
Octal6716313064027672314341
Binary1101111110011101100011010001011111011110011001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377358; }

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

 H1.HeaderClassName
 {
   color: #377358;
 }
 .AnyTagClassName
 {
   color: #377358;
 }
</style>
background-color css

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

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

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

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

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

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