#357B5B

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

Shades of Amazon #357B5B

Tints of Amazon #357B5B

Color information

#357B5B (or 0x357B5B) is unknown color: approx Amazon. HEX triplet: 35, 7B and 5B. RGB value is (53,123,91). Sum of RGB (Red+Green+Blue) = 53+123+91=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #357B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B5B is #CA84A4. Grayscale: #626262. Windows color (decimal): -13272229 or 5995317. OLE color: 5995317.

HSL color Cylindrical-coordinate representation of color #357B5B: hue angle of 152.57º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357B5B is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB5312391-
CMYK0.5700.260.52
HSL152.57º39.77%34.51%-
HSV(B)152.57º56.91%48.24%-
XYZ10.4415.6812.37-
YUV98.42123.8195.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 123 (48.44% from 255) = 46.07%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=19.85%
G=46.07%
B=34.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal53123910.5700.260.52152.5739.7734.51
Hex357B5B3901A34992823
Octal6517313371032642315043
Binary1101011111011101101111100101101011010010011001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357B5B; }

 p { color: rgb(53,123,91); }

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

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

 a { background-color: rgb(53,123,91); }

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

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

 span { border-color: rgb(53,123,91); }

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