#356B4E

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

Shades of Amazon #356B4E

Tints of Amazon #356B4E

Color information

#356B4E (or 0x356B4E) is unknown color: approx Amazon. HEX triplet: 35, 6B and 4E. RGB value is (53,107,78). Sum of RGB (Red+Green+Blue) = 53+107+78=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #356B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B4E is #CA94B1. Grayscale: #575757. Windows color (decimal): -13276338 or 5139253. OLE color: 5139253.

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

Color convert

RGB5310778-
CMYK0.5000.270.58
HSL147.78º33.75%31.37%-
HSV(B)147.78º50.47%41.96%-
XYZ8.111.829.06-
YUV87.55122.61103.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.27%
GREEN value IS 107 (42.19% from 255) = 44.96%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=22.27%
G=44.96%
B=32.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53107780.5000.270.58147.7833.7531.37
Hex356B4E3201B3A94221f
Octal6515311662033722244237
Binary110101110101110011101100100110111110101001010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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