#377458

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

Shades of Amazon #377458

Tints of Amazon #377458

Color information

#377458 (or 0x377458) is unknown color: approx Amazon. HEX triplet: 37, 74 and 58. RGB value is (55,116,88). Sum of RGB (Red+Green+Blue) = 55+116+88=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #377458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377458 is #C88BA7. Grayscale: #5E5E5E. Windows color (decimal): -13142952 or 5796919. OLE color: 5796919.

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

Color convert

RGB5511688-
CMYK0.5300.240.55
HSL152.46º35.67%33.53%-
HSV(B)152.46º52.59%45.49%-
XYZ9.5814.0111.43-
YUV94.57124.2999.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 116 (45.70% from 255) = 44.79%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=21.24%
G=44.79%
B=33.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116880.5300.240.55152.4635.6733.53
Hex3774583501837982422
Octal6716413065030672304442
Binary1101111110100101100011010101100011011110011000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377458; }

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

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

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

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

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

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

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

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