#356B4B

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

Shades of Amazon #356B4B

Tints of Amazon #356B4B

Color information

#356B4B (or 0x356B4B) is unknown color: approx Amazon. HEX triplet: 35, 6B and 4B. RGB value is (53,107,75). Sum of RGB (Red+Green+Blue) = 53+107+75=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 107 (42.19% from 255 or 45.53% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 107 - color contains mainly: green. Hex color #356B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356B4B is #CA94B4. Grayscale: #575757. Windows color (decimal): -13276341 or 4942645. OLE color: 4942645.

HSL color Cylindrical-coordinate representation of color #356B4B: hue angle of 144.44º 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 #356B4B is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB5310775-
CMYK0.5000.300.58
HSL144.44º33.75%31.37%-
HSV(B)144.44º50.47%41.96%-
XYZ811.788.51-
YUV87.21121.11103.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 107 (42.19% from 255) = 45.53%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=22.55%
G=45.53%
B=31.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107750.5000.300.58144.4433.7531.37
Hex356B4B3201E3A90221f
Octal6515311362036722204237
Binary110101110101110010111100100111101110101001000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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