#356B4A

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

Shades of Amazon #356B4A

Tints of Amazon #356B4A

Color information

#356B4A (or 0x356B4A) is unknown color: approx Amazon. HEX triplet: 35, 6B and 4A. RGB value is (53,107,74). Sum of RGB (Red+Green+Blue) = 53+107+74=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 107 (42.19% from 255 or 45.73% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 107 - color contains mainly: green. Hex color #356B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B4A is #CA94B5. Grayscale: #575757. Windows color (decimal): -13276342 or 4877109. OLE color: 4877109.

HSL color Cylindrical-coordinate representation of color #356B4A: hue angle of 143.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B4A is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB5310774-
CMYK0.5000.310.58
HSL143.33º33.75%31.37%-
HSV(B)143.33º50.47%41.96%-
XYZ7.9611.778.33-
YUV87.09120.61103.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 107 (42.19% from 255) = 45.73%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=22.65%
G=45.73%
B=31.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107740.5000.310.58143.3333.7531.37
Hex356B4A3201F3A8f221f
Octal6515311262037722174237
Binary110101110101110010101100100111111110101000111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356B4A; }

 p { color: rgb(53,107,74); }

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

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

 a { background-color: rgb(53,107,74); }

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

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

 span { border-color: rgb(53,107,74); }

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