#357758

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

Shades of Amazon #357758

Tints of Amazon #357758

Color information

#357758 (or 0x357758) is unknown color: approx Amazon. HEX triplet: 35, 77 and 58. RGB value is (53,119,88). Sum of RGB (Red+Green+Blue) = 53+119+88=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #357758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357758 is #CA88A7. Grayscale: #5F5F5F. Windows color (decimal): -13273256 or 5797685. OLE color: 5797685.

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

Color convert

RGB5311988-
CMYK0.5500.260.53
HSL151.82º38.37%33.73%-
HSV(B)151.82º55.46%46.67%-
XYZ9.8314.6611.54-
YUV95.73123.6397.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=20.38%
G=45.77%
B=33.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53119880.5500.260.53151.8238.3733.73
Hex3577583701A35982622
Octal6516713067032652304642
Binary1101011110111101100011011101101011010110011000100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357758; }

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

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

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

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

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

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

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

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